-
Notifications
You must be signed in to change notification settings - Fork 51
/
package.json
58 lines (58 loc) · 1.57 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
{
"name": "redditjs",
"title": "redditjs",
"description": "I rewrote reddit from the ground up using the javascript framework Backbone and the reddit API. I feel that I've created a better user experience as well as additional features that makes for a more enjoyable experience. Follow updates at /r/redditjs.",
"version": "1.1.1",
"homepage": "http://redditjs.com",
"author": {
"name": "Benjamin Adams",
"email": "[email protected]",
"url": "https://github.com/BenjaminAdams"
},
"engines": {
"node": "0.11.14",
"npm": "2.0.0"
},
"dependencies": {
"async": "^0.2.10",
"body-parser": "^1.1.1",
"bytes": "^1.0.0",
"compression": "^1.0.2",
"connect-mongo": "^1.1.0",
"cookie-parser": "^1.0.1",
"cookie-session": "^1.2.0",
"crypto": "0.0.3",
"errorhandler": "^1.0.1",
"express": "^4.13.4",
"express-device": "^0.3.13",
"express-session": "^1.13.0",
"jade": "*",
"method-override": "^1.0.2",
"multiparty": "^3.3.2",
"passport": "^0.2.2",
"passport-reddit": "^0.2.4",
"path": "^0.4.10",
"qs": "^6.9.0",
"raw-body": "^1.3.4",
"redis": "^0.10.3",
"request": "^2.36.0",
"serve-favicon": "^2.0.0",
"serve-static": "^1.1.0",
"uglify-js": "^2.4.13"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-requirejs": "^0.4.4",
"jshint": "^2.6.0",
"nodemon": "*",
"uglify-js": "^2.4.16"
},
"main": "./server/server",
"keywords": [
"Marionette.js",
"Backbone.js",
"Require.js",
"Reddit"
]
}