-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.16 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.16 KB
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
38
39
{
"name": "phaser-plugin-debug-arcade-physics",
"description": "Draws properties of Arcade Physics bodies",
"homepage": "https://github.com/samme/phaser-plugin-debug-arcade-physics/",
"bugs": {
"url": "https://github.com/samme/phaser-plugin-debug-arcade-physics/issues"
},
"author": "samme",
"version": "1.3.2",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/samme/phaser-plugin-debug-arcade-physics.git"
},
"scripts": {
"start": "brunch watch --server",
"build": "brunch build --production",
"test": "node -c dist/DebugArcadePhysics.js; node -c dist/example/index.js",
"preversion": "npm run test",
"version": "npm run build && git add app dist --all && git status --short",
"pub": "np",
"postpublish": "git subtree push --prefix dist origin gh-pages"
},
"dependencies": {
"phaser": "^2.6.2"
},
"devDependencies": {
"auto-reload-brunch": "^2",
"coffee-script-brunch": "^2",
"javascript-brunch": "^2",
"uglify-js-brunch": "^2",
"version-brunch": "^1.0.1"
},
"main": "dist/DebugArcadePhysics.js",
"keywords": [
"phaser",
"phaser-plugin"
]
}