-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "Codex",
"version": "1.0.0",
"description": "A social coding platform",
"main": "server.js",
"scripts": {
"test": "node server.js",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/NathanBland/codex.git"
},
"keywords": [
"node",
"express",
"highlight.js",
"codex",
"code"
],
"author": "Nathan Bland, Malachi Mart",
"license": "ISC",
"bugs": {
"url": "https://github.com/NathanBland/codex/issues"
},
"homepage": "https://github.com/NathanBland/codex",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.10.0",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.3.3",
"express": "^4.10.6",
"express-session": "^1.9.3",
"highlight.js": "^8.4.0",
"mongoose": "^3.8.21",
"multer": "^0.1.7",
"nunjucks": "^1.1.0",
"passport": "^0.2.1",
"passport-google": "^0.3.0",
"passport-google-oauth": "^0.1.5",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^1.0.0",
"passport-oauth2": "^1.1.2",
"passport-twitter": "^1.0.2",
"pm2": "^0.12.3",
"stylus": "^0.49.3",
"whatwg-fetch": "^0.6.1"
}
}