-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.41 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "adness-api",
"version": "0.9.1",
"repository": {
"type": "git",
"url": "https://github.com/slickage/adness.git"
},
"description": "",
"main": "index.js",
"engines": {
"node": ">=0.10.0",
"npm": ">=1.3"
},
"scripts": {
"test": "tap ./test"
},
"author": "James Wang <jw@slickage.com>",
"license": "MIT",
"dependencies": {
"async": "~0.2.10",
"body-parser": "^1.4.3",
"charlatan": "~0.1.9",
"connect-assets": "~2.5.3",
"connect-flash": "~0.1.1",
"connect-redis": "^2.0.0",
"cookie-parser": "^1.3.2",
"csurf": "^1.3.0",
"ejs": "~0.8.5",
"ejs-locals": "~1.0.2",
"emcee": "0.0.4",
"errorhandler": "^1.1.1",
"express": "~4.6.1",
"express-jwt": "~0.1.0",
"express-session": "^1.6.5",
"geoip-lite": "~1.1.3",
"google-caja": "0.0.2",
"heckler": "slickage/heckler",
"helmet": "^0.4.0",
"jsonwebtoken": "~0.1.0",
"lodash": "~2.4.1",
"moment": "^2.6.0",
"morgan": "^1.1.1",
"mysql": "~2.0.1",
"nano": "~4.4.0",
"node-resque": "~0.5.1",
"node-uuid": "~1.4.1",
"nodemailer": "~0.6.0",
"passport": "~0.1.18",
"passport-local": "~0.1.6",
"rate-limiter": "0.2.0",
"request": "~2.34.0",
"restify": "~2.6.1",
"rework": "^1.0.0",
"rework-walk": "^1.0.0",
"serve-favicon": "^2.0.1",
"shacrypt": "0.0.2"
},
"devDependencies": {
"tap": "~0.4.8"
}
}