1
restaurant-search/package.json

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