-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 962 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 962 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "phaser-sprite-gui",
"version": "0.7.1",
"description": "Inspect and manipulate Phaser Sprites (via dat.gui)",
"main": "index.js",
"scripts": {
"prestart": "cp -v node_modules/dat.gui/build/dat.gui.js{,.map} example/; open index.html",
"start": "coffeebar --watch *.coffee example",
"preversion": "eslint *.js example/index.js",
"pub": "np --no-cleanup"
},
"author": "samme",
"license": "MIT",
"dependencies": {
"dat.gui": "github:dataarts/dat.gui",
"phaser": "^2.6.2"
},
"devDependencies": {
"chai": "^3.5.0",
"coffeebar": "^1.0.0",
"mocha": "^3.2.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samme/phaser-sprite-gui.git"
},
"bugs": {
"url": "https://github.com/samme/phaser-sprite-gui/issues"
},
"homepage": "https://github.com/samme/phaser-sprite-gui#readme",
"directories": {
"example": "example"
},
"keywords": [
"phaser"
]
}