1

Adding initial package.json file

This commit is contained in:
Alex Yatskov 2014-10-02 19:06:29 +09:00
parent 75763046b4
commit a2c1debfaf

15
package.json Normal file
View File

@ -0,0 +1,15 @@
{
"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": "",
"license": "ISC"
}