forked from coridrew/nodejs-todo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 731 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 731 Bytes
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
{
"name": "nodejs-todo",
"version": "0.0.4-28",
"description": "Simple redis backed todo app.",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/amirrajan/nodejs-todo.git"
},
"dependencies": {
"express": "~3.0.6",
"ejs": "~0.8.3",
"jasmine-node": "~1.0.26",
"underscore": "~1.4.2",
"method-override": "~2.1.3",
"cookie-parser": "~1.3.2",
"express-session": "~1.7.6",
"body-parser": "~1.6.5",
"cookie-session": "~1.0.2",
"redis": "~0.8.4",
"redis-url": "~1.2.0",
"async": "~0.9.0",
"connect": "~3.3.5"
},
"subdomain": "nodejs-todo",
"engines": {
"node": ">=0.8.x"
}
}