21 lines
439 B
JSON
21 lines
439 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-jshint": "^1.8.4",
|
|
"gulp-rename": "^1.2.0",
|
|
"gulp-sourcemaps": "^1.2.2",
|
|
"gulp-uglify": "^1.0.1",
|
|
"main-bower-files": "^2.0.0"
|
|
}
|
|
}
|