forked from englercj/phaser-tiled
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1008 Bytes
/
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
{
"name": "phaser-tiled",
"version": "1.1.3",
"description": "A tilemap implementation for phaser focusing on large complex maps",
"author": "Chad Engler <chad@pantherdev.com>",
"license": "MIT",
"main": "./src/index.js",
"homepage": "https://github.com/englercj/phaser-tiled",
"repository": {
"type": "git",
"url": "https://github.com/englercj/phaser-tiled.git"
},
"bugs": {
"url": "https://github.com/englercj/phaser-tiled/issues"
},
"keywords": [
"phaser",
"html5",
"tilemap",
"tile",
"map"
],
"dependencies": {
"Base64": "^0.3.0",
"zlibjs": "^0.2.0"
},
"devDependencies": {
"browserify": "^5.11.1",
"event-stream": "^3.1.7",
"gulp": "^3.8.8",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.5.2",
"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"
},
"engines": {
"node": "^0.10.30",
"phaser": "^2.1.0"
}
}