forked from huiledecode/OTF-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 983 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 983 Bytes
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
{
"name": "OTF",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"assemble": "^0.4.42",
"bcrypt": "*",
"body-parser": "~1.0.0",
"chokidar": "1.0.0-rc3",
"cluster": "~0.7.7",
"connect-flash": "^0.1.1",
"cookie": "*",
"cookie-parser": "*",
"debug": "~0.7.4",
"express": "*",
"express-handlebars": "~1.1.0",
"express-session": "*",
"fs": "0.0.2",
"glances": "~0.1.0",
"gm": "~1.17.0",
"grunt": "^0.4.5",
"handlebars": "^2.0.0",
"handlebars-helpers": "^0.5.8",
"hiredis": "0.4.1",
"log4js": "*",
"log4js-node-mongodb": "*",
"mongo-oplog": "0.1.5",
"mongoose": "~3.8.13",
"mongoose-pages": "0.0.3",
"morgan": "~1.0.0",
"multiparty": "~4.0.0",
"passport": "*",
"passport-local": "*",
"redis": "~0.12.1",
"serve-favicon": "*",
"socket.io": "*",
"underscore": "^1.8.3",
"util": "~0.10.3"
}
}