forked from DragonBones/DragonBonesJS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 855 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
{
"name": "dragonbones-runtime",
"version": "5.6.200",
"description": "the tools to build dragonbones file for diffrent framework",
"homepage": "https://github.com/DragonBones/DragonBonesJS",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/DragonBones/DragonBonesJS.git"
},
"bugs": {
"url": "https://github.com/DragonBones/DragonBonesJS/issues"
},
"keywords": [
"dragonbones",
"egret",
"hilo",
"phaser",
"pixi",
"bones"
],
"main": "./builds/index.js",
"bin": {
"dbr": "./builds/cli.js"
},
"dependencies": {
"typescript": "^2.4.2",
"uglify-js": "^3.0.26",
"lodash": "^4.17.4",
"async": "^2.6.0",
"minimist": "^1.2.0",
"copy": "^0.3.1",
"del": "^3.0.0",
"download": "^6.2.5",
"semver": "^5.4.1",
"debug": "^3.1.0"
}
}