-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 876 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
{
"name": "termination",
"version": "0.0.1",
"description": "Termination Game",
"private": true,
"main": "index.js",
"scripts": {
"build": "browserify -t brfs index.js -d -o bundle.js",
"auto-build": "watchify -t brfs index.js -o bundle.js -v -d",
"start": "node server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianStamm/Termination.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/SebastianStamm/Termination/issues"
},
"homepage": "https://github.com/SebastianStamm/Termination#readme",
"devDependencies": {
"brfs": "^1.4.3",
"browserify": "^13.0.1",
"watchify": "^3.7.0"
},
"dependencies": {
"bpmn-js": "^0.15.2",
"events": "^1.1.0",
"express": "^4.15.2",
"qrcodejs2": "0.0.2",
"tween.js": "^16.3.5",
"ws": "^2.3.1"
}
}