-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.34 KB
/
package.json
File metadata and controls
43 lines (43 loc) · 1.34 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
{ "name": "sampleapp"
, "version": "0.0.1"
, "engines": ["node >= 0.8.0"]
, "main": "server.js"
, "dependencies":
{ "timezone-js": "latest"
, "jade": "*"
, "jade-ext": "latest"
, "express": "~3.x"
, "compound": ">= 1.1.0"
, "co-assets-compiler": "latest"
, "co-nib": "latest"
, "jugglingdb": ">= 0.1.0"
, "jugglingdb-mongodb": "latest"
, "coffee-script": ">= 1.6.1"
, "stylus": "latest"
, "seedjs": "latest"
, "crypto": "*"
, "passport": "latest"
, "passport-local": "latest"
, "passport-google": "latest"
, "passport-facebook": "latest"
, "connect-flash": "latest"
, "bcrypt": "latest"
, "railway-pagination": "git://github.com/1602/railway-pagination.git"
, "nodemailer": "latest"
, "co-juice-mailer": "latest"
, "secure_random": "latest"
},
"devDependencies":
{
"mocha": "1.8.1",
"should": "1.2.2",
"semicov": "0.1.1",
"co-generators": "latest",
"migrate": "latest",
"supertest": "0.5.1"
}
, "scripts":
{
"test": "NODE_ENV=test mocha test/*/*"
}
}