doughnut-wedding/package.json

32 lines
831 B
JSON

{
"name": "doughnutwedding",
"version": "1.0.0",
"description": "doughnutwedding.com website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://repos.bgemi.net/sikofitt/doughnut-wedding"
},
"keywords": [
"wedding"
],
"author": "sikofitt <sikofitt@gmail.com>",
"license": "GPL-3.0",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^1.0.2",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-less": "^1.4.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"jshint-stylish": "^2.2.1",
"less-plugin-autoprefix": "^1.5.1"
}
}