-
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) · 1020 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1020 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "s",
"version": "0.0.1",
"engines": [
"node >= 0.8.0"
],
"main": "server.js",
"dependencies": {
"ejs": "*",
"ejs-ext": "latest",
"express": "~3.x",
"compound": ">= 1.1.0",
"jugglingdb": ">= 0.1.0",
"coffee-script": ">= 1.1.1",
"stylus": "latest",
"seedjs": "latest",
"co-assets-compiler": "*",
"less-middleware": "~0.1.14",
"compound-passport": "0.0.7-4",
"passport": "~0.1.18",
"passport-facebook": "~1.0.2",
"passport-local": "~0.1.6",
"underscore": "~1.5.2",
"passport-google": "~0.3.0",
"passport-twitter": "~1.0.2",
"jugglingdb-mongodb": "0.0.4-3",
"connect-redis": "~1.4.6",
"pdfkit": "~0.2.7",
"nodemailer": "~0.6.0"
},
"devDependencies": {
"nodeunit": "*",
"sinon": "*",
"supertest": ">= 0",
"mocha": ">= 0",
"should": ">= 0",
"semicov": "*",
"co-generators": "*"
},
"scripts": {
"test": "./node_modules/.bin/mocha --require test/init.js test/*/*.test.js"
}
}