-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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": "learninglocker_node",
"version": "1.0.0",
"description": "Evented IO component of Learning Locker",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/andrewhickey/learninglocker_node.git"
},
"author": "Andrew Hickey <[email protected]>",
"license": "ISC",
"bugs": {
"url": "https://github.com/andrewhickey/learninglocker_node/issues"
},
"homepage": "https://github.com/andrewhickey/learninglocker_node#readme",
"dependencies": {
"async": "^1.5.0",
"basic-auth": "^1.0.3",
"bcrypt": "^0.8.5",
"blocked": "^1.1.0",
"body-parser": "^1.13.3",
"commander": "^2.9.0",
"connect-mongodb-session": "^1.0.3",
"cookie-parser": "^1.3.5",
"copy-to": "^2.0.1",
"cors": "^2.7.1",
"cowsay": "^1.1.1",
"crypto": "0.0.3",
"express": "^4.13.3",
"express-restify-mongoose": "^2.3.1",
"express-session": "^1.11.3",
"kcors": "^1.0.1",
"koa": "^0.21.0",
"lodash": "^3.10.0",
"method-override": "^2.3.5",
"mingo": "^0.6.0",
"moment": "^2.10.3",
"mongodb": "^2.0.35",
"mongoose": "^4.3.3",
"mongoose-findorcreate": "^0.1.2",
"mongoose-timestamp": "^0.4.0",
"nconf": "^0.7.1",
"oauth2orize": "^1.0.1",
"passport": "^0.3.0",
"passport-http": "^0.3.0",
"passport-http-bearer": "^1.0.1",
"passport-oauth2-client-password": "^0.1.2",
"pos": "^0.3.0",
"redis": "^0.12.1",
"request": "^2.65.0",
"socket.io": "^1.3.5",
"socket.io-redis": "^0.1.4",
"string_score": "^0.1.22",
"superagent": "^1.2.0",
"tincanjs": "^0.33.0",
"winston": "^1.0.1"
},
"devDependencies": {
"wordpos": "^0.1.15"
}
}