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 03:21:06 +00:00
|
|
|
"gulp-install": "^0.2.0",
|
2014-10-03 01:29:23 +00:00
|
|
|
"gulp-nodemon": "^1.0.4",
|
2014-11-17 05:35:29 +00:00
|
|
|
"jsonfile": "~2.0.0"
|
2014-10-02 10:21:41 +00:00
|
|
|
}
|
2014-10-02 10:06:29 +00:00
|
|
|
}
|