doughnut-wedding/bower.json

28 lines
493 B
JSON
Raw Normal View History

2017-02-07 13:17:46 -08:00
{
"name": "doughnutwedding",
"description": "doughnutwedding.com website",
"main": "index.js",
"authors": [
"sikofitt <sikofitt@gmail.com>"
],
"license": "GPL-3.0",
"keywords": [
"wedding"
],
"homepage": "http://doughnutwedding.com",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"vendor/bower",
"test",
"tests"
],
"dependencies": {
"uikit": "3",
2017-03-29 09:24:59 -07:00
"jquery": "^3.1.1",
"parsleyjs": "^2.7.0"
2017-02-07 13:17:46 -08:00
}
}