forked from BenjaminAdams/RedditJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.76 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.76 KB
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
{
"name": "redditjs",
"title": "redditjs",
"description": "A Marionette.js and Require.js Boilerplate that promotes decoupling your JavaScript into modules, separating business logic from application logic using Models and Views, organizing your application into Regions with default build-up/tear-down logic for you Views, reusing your JavaScript between Desktop and Mobile Web versions, including non-AMD Compatible Third Party Scripts in your project, and optimizing all of your JavaScript (minify, concatenate, etc).",
"version": "1.1.0",
"homepage": "http://redditjs.com",
"author": {
"name": "Benjamin Adams",
"email": "ben@benadams.co",
"url": "https://github.com/BenjaminAdams"
},
"engines": {
"node": "0.10.26",
"npm": "1.4.3"
},
"dependencies": {
"async": "0.2.x",
"body-parser": "^1.1.1",
"bytes": "^1.0.0",
"compression": "^1.0.2",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.0.1",
"cookie-session": "^1.0.2",
"crypto": "0.0.3",
"errorhandler": "^1.0.1",
"express": "^4.1.2",
"express-session": "^1.0.4",
"jade": "*",
"method-override": "^1.0.0",
"multiparty": "^3.2.4",
"passport": "~0.2.0",
"passport-reddit": "*",
"path": "^0.4.9",
"qs": "^0.6.6",
"raw-body": "^1.1.4",
"redis": "~0.10.1",
"request": "^2.34.0",
"serve-favicon": "^2.0.0",
"serve-static": "^1.1.0",
"uglify-js": "^2.4.13"
},
"devDependencies": {
"grunt": "^0.4.4",
"grunt-contrib-jshint": "~0.3.0",
"grunt-contrib-requirejs": "~0.4.0",
"jshint": "^2.5.0",
"nodemon": "*",
"uglify-js": "~2.2.5"
},
"main": "./server/server",
"keywords": [
"Marionette.js",
"Backbone.js",
"Require.js",
"Marionette and Require Boilerplate"
]
}