-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 916 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 916 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
{
"name" : "node-feedback",
"description" : "Open source project for feedback",
"author" : "Erwan Ameil, Eric Hostalery",
"version" : "0.0.1",
"private" : false,
"dependencies": {
"express" : "3.0.0",
"express-namespace" : "0.1.1",
"mongodb" : "1.1.11",
"passport" : "0.1.12",
"passport-local" : ">= 0.0.0",
"serial" : "0.0.6",
"stylus" : ">= 0.0.1",
"jade" : ">= 0.0.1"
},
"main" : "./app.js",
"devDependencies": {
},
"scripts": {
"test" : "mocha"
},
"engine" : "node >= 0.8.14"
}