forked from PBS-KIDS/Platypus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 929 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
{
"name": "platypus",
"version": "2.0.2",
"description": "Platypus",
"license": "MIT",
"main": "lib/platypus.js",
"module": "src/index.js",
"url": "https://github.com/pbs/Platypus/",
"logo": "assets/platypus-title.png",
"repository": {
"type": "git",
"url": "https://github.com/pbs/Platypus/"
},
"scripts": {
"start": "webpack-dev-server --env.dev",
"build:release": "webpack --env.prod",
"build:debug": "webpack --env.dev"
},
"dependencies": {
"@tweenjs/tween.js": "18.3.1",
"pixi-sound": "3.0.3",
"pixi-spine": "2.1.4",
"pixi.js": "5.2.0",
"recycle": "https://github.com/gopherwood/recycle.git#master",
"springroll": "^2.3.2"
},
"devDependencies": {
"pako": "^0.2.8",
"webpack": "^4.35.2",
"webpack-cli": "^3.3.5"
},
"engine": "node >= 0.10.22"
}