1
restaurant-search/package.json

28 lines
605 B
JSON
Raw Normal View History

2014-10-02 10:06:29 +00:00
{
"name": "hscd",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@foosoft.net:search"
},
"author": "",
2014-10-02 10:21:41 +00:00
"license": "MIT",
"dependencies": {
"gulp": "^3.8.8",
2014-10-03 01:29:23 +00:00
"gulp-concat": "^2.4.1",
"gulp-inject": "^1.0.2",
2014-10-02 10:21:41 +00:00
"gulp-jshint": "^1.8.5",
2014-10-03 01:29:23 +00:00
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-nodemon": "^1.0.4",
"gulp-replace": "^0.4.0",
"gulp-uglify": "^1.0.1",
"main-bower-files": "^2.0.0"
2014-10-02 10:21:41 +00:00
}
2014-10-02 10:06:29 +00:00
}