-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 721 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 721 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "haxe-flixel-inteactive-grid",
"version": "1.0.0",
"description": "Package for easy publishing of html target to gh-pages",
"main": "index.js",
"scripts": {
"build": "lime build html5",
"test": "lime test html5",
"predeploy": "npm run build",
"deploy": "gh-pages -d export/html5/bin/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VehpuS/haxe-flixel-interactive-grid.git"
},
"author": "Moshe Jonathan Gordon Radian",
"license": "MIT",
"bugs": {
"url": "https://github.com/VehpuS/haxe-flixel-interactive-grid/issues"
},
"homepage": "http://vehpus.github.io/haxe-flixel-interactive-grid",
"dependencies": {
"gh-pages": "^3.1.0"
}
}