forked from thirdYearGroupProjectDOC/WebAndMobileGame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.61 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "doc4App",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"libxmljs": "~0.11.0",
"bcrypt": "0.8.5",
"body-parser": "~1.13.2",
"connect-ensure-login": "^0.1.1",
"connect-flash": "0.1.1",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "1.11.3",
"jade": "~1.11.0",
"jstransformer": "0.0.3",
"mongoose": "4.2.3",
"morgan": "~1.6.1",
"passport": "0.3.0",
"passport-local": "1.0.0",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"postgresql": "0.0.1",
"sequelize": "^3.3.1",
"serve-favicon": "~2.3.0",
"socket.io": "^1.3.7",
"static-favicon": "~1.0.0",
"transformers": "~3.1.0",
"unpipe": "~1.0.0",
"finalhandler": "~0.4.1",
"array-flatten": "~2.0.0",
"path-to-regexp": "~1.2.1",
"methods": "~1.1.1",
"utils-merge": "~1.0.0",
"depd": "~1.1.0",
"parseurl": "~1.3.0",
"content-disposition": "~0.5.0",
"content-type": "~1.0.1",
"send": "~0.13.0",
"etag": "~1.7.0",
"proxy-addr": "~1.0.10",
"accepts": "~1.3.0",
"type-is": "~1.6.10",
"fresh": "~0.3.0",
"range-parser": "~1.0.3",
"escape-html": "~1.0.3",
"on-finished": "~2.3.0",
"cookie-signature": "~1.0.6",
"cookie": "~0.2.3",
"vary": "~1.1.0",
"serve-static": "~1.10.0",
"bindings": "~1.2.1",
"http-errors": "~1.3.1",
"raw-body": "~2.1.5",
"iconv-lite": "~0.4.13"
},
"devDependencies": {
"dalekjs": "0.0.9",
"dalek-reporter-html": "0.0.4",
"dalek-browser-chrome": "0.0.11"
}
}