forked from mape/node-express-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
35 lines (34 loc) · 995 Bytes
/
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
{
"name" : "node-activities-boilerplate",
"description" : "A Real-time boilerplate Activity Stream Engine with support for photo manipulations",
"version" : "0.0.7",
"author" : "Monica Wilkinson <[email protected]>",
"engines" : ["node"],
"repository" : { "type":"git", "url":"http://github.com/ciberch/node-express-boilerplate" },
"scripts": {
"test": "make test"
},
"dependencies" : {
"connect" : "1.x",
"connect-assetmanager" : ">=0.0.21",
"connect-assetmanager-handlers" : ">=0.0.17",
"jade": "",
"express" : "2.x",
"socket.io" : ">=0.7.8",
"connect-redis" : ">=1.0.7",
"connect-notifo" : ">=0.0.1",
"airbrake" : ">=0.2.0",
"everyauth" : "0.3.x",
"cloudfoundry" : ">=0.1.0",
"activity-streams-mongoose": "0.1.2",
"hiredis": "",
"underscore": "",
"mongoose-auth" : ">= 0.0.12",
"guid" : "",
"imagemagick" : "",
"mongoose": "3.x",
"mocha" : "1.4.1",
"should" : "1.1.0",
"clientjade" : ""
}
}