1
restaurant-search/client/package.json

25 lines
566 B
JSON

{
"name": "hscd_client",
"version": "0.0.0",
"description": "",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"gulp": "^3.8.8",
"gulp-concat": "^2.4.1",
"gulp-inject": "^1.0.2",
"gulp-jshint": "^1.8.4",
"gulp-minify-css": "^0.3.10",
"gulp-minify-html": "^0.1.5",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.4.0",
"gulp-sourcemaps": "^1.2.2",
"gulp-uglify": "^1.0.1",
"main-bower-files": "^2.0.0"
}
}