-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 901 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 901 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
38
39
{
"name": "OpenArthurianX6",
"version": "0.11.0",
"description": "A classic cRPG game engine",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "gulp build"
},
"author": "",
"license": "ISC",
"dependencies": {
"circular-functions": "0.0.4",
"pathfinding": "^0.4.18",
"phaser-ce": "^2.13.2",
"webfontloader": "^1.6.28"
},
"browserify-shim": {
"phaser": "global:Phaser",
"pixi": "global:PIXI"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"devDependencies": {
"browserify": "^17.0.0",
"browserify-shim": "^3.8.14",
"gulp": "^4.0.2",
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^6.0.0-alpha.1",
"tsify": "^5.0.4",
"typescript": "^5.4.5",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0",
"watchify": "^4.0.0"
}
}