-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 973 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": "jumper",
"version": "1.0.1",
"description": "wedding game",
"main": "dist/app.js",
"umd:main": "dist/app.min.js",
"browser": "dist/app.min.js",
"source": "src/app.js",
"scripts": {
"build": "parcel build index.html",
"dev": "parcel index.html",
"start": "opn http://localhost:1234 && parcel index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Kauto/jumper.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/Kauto/jumper/issues"
},
"homepage": "https://github.com/Kauto/jumper#readme",
"devDependencies": {
"opn-cli": "^4.0.0",
"parcel-bundler": "^1.11.0",
"parcel-plugin-clean-dist": "0.0.6",
"parcel-plugin-static-files-copy": "^2.0.0"
},
"dependencies": {
"animationvideo": "^0.5.7",
"audio-manager": "^0.1.18",
"color": "^3.1.0",
"lodash": "^4.17.11",
"pixi-particles": "^3.1.0",
"pixi.js": "^4.8.5"
}
}