27 lines
466 B
JSON
27 lines
466 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"
|
||
|
}
|
||
|
}
|