added package.json

This commit is contained in:
2018-04-03 12:38:44 +03:00
commit 2bc3cd4d5f

20
package.json Normal file
View 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"
}