-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathpackage.json
50 lines (50 loc) · 1.1 KB
/
package.json
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
40
41
42
43
44
45
46
47
48
49
50
{
"name": "phaser-debug",
"version": "1.1.9",
"description": "Simple debug module for phaser",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "MIT",
"homepage": "https://github.com/englercj/phaser-debug",
"repository": {
"type": "git",
"url": "https://github.com/englercj/phaser-debug.git"
},
"bugs": {
"url": "https://github.com/englercj/phaser-debug/issues"
},
"keywords": [
"phaser",
"debug",
"html5",
"game",
"engine"
],
"dependencies": {
"handlebars": "^2.0.0",
"node-lessify": "^0.0.5",
"hbsfy": "^2.1.0"
},
"devDependencies": {
"browserify": "^5.11.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.5.3",
"gulp-jshint": "^1.8.4",
"gulp-util": "^3.0.1",
"jshint-summary": "^0.4.0",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2"
},
"main": "./dist/phaser-debug.js",
"browser": "./src/index.js",
"browserify": {
"transform": [
"hbsfy",
"node-lessify"
],
"transform-options": {
"node-lessify": "textMode"
}
}
}