-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 861 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": "ChipschachDigital",
"version": "0.0.1",
"private": true,
"contributors": [
"Simon Mueller",
"Oliver Berg <[email protected]>"
],
"scripts": {
"start": "node bin/www",
"debug": "node debug bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"bootstrap": "^3.3.7",
"commander": "^2.9.0",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "^2.5.5",
"express": "^4.13.4",
"http": "0.0.0",
"jquery": "^3.1.1",
"mongodb": "^2.2.10",
"morgan": "~1.7.0",
"pixi.js": "^4.2.2",
"promise": "^7.1.1",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-beta.12",
"serve-favicon": "~2.3.0",
"shortid": "^2.2.6",
"toastr": "^2.1.2",
"validate.js": "^0.10.0",
"websocket": "^1.0.23"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}