29 lines
518 B
JSON
29 lines
518 B
JSON
{
|
|
"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",
|
|
"jquery": "^3.1.1",
|
|
"parsleyjs": "^2.7.0",
|
|
"select2": "^4.0.3"
|
|
}
|
|
}
|