added package.json
This commit is contained in:
20
package.json
Normal file
20
package.json
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"name": "gulp-haxetool",
|
||||||
|
"version": "0.0.1",
|
||||||
|
"description": "Haxe tool for gulp",
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+ssh://git@bitbucket.org/shmyga/gulp-haxetool.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"gulp",
|
||||||
|
"haxe"
|
||||||
|
],
|
||||||
|
"author": "shmyga",
|
||||||
|
"license": "ISC",
|
||||||
|
"homepage": "https://bitbucket.org/shmyga/gulp-haxetool#readme"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user