-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.33 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.33 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
{
"name": "fedhub-node-api",
"main": "server.js",
"repository": {
"type": "git",
"url": "git://github.com/node-token-authentication"
},
"scripts": {
"start": "node server.js",
"test": "mocha --timeout 20000 test/*.js"
},
"author": "Hiromi Hara",
"license": "MIT",
"dependencies": {
"apn": "^1.7.5",
"async": "^2.0.1",
"aws-cloudfront-sign": "2.2.0",
"aws-sdk": "2.60.0",
"bcrypt": "^0.8.7",
"body-parser": "~1.0.1",
"bson": "^0.4.20",
"cookie-parser": "^1.4.0",
"cron": "^1.1.0",
"express": "~4.0.0",
"express-session": "^1.12.1",
"express-sessions": "^1.0.5",
"feed-read": "0.0.1",
"feedparser": "^1.1.4",
"get-json": "0.0.1-security",
"js-yaml": "^3.4.6",
"jsonwebtoken": "^7.1.9",
"method-override": "~2.0.2",
"minimist": "^1.2.0",
"moment": "^2.11.1",
"mongodb": "^2.1.2",
"mongoose": "^4.3.4",
"morgan": "~1.0.0",
"multer": "1.3.0",
"multer-s3": "2.7.0",
"node-gcm": "^0.13.1",
"node-gyp": "^3.2.1",
"password-reset": "0.1.4",
"request": "^2.67.0",
"sns-mobile": "^1.3.0",
"stripe": "^4.14.0",
"swagger-node-express": "^2.1.3",
"underscore-node": "^0.1.2",
"xml2js": "^0.4.15",
"yamljs": "^0.2.4"
},
"devDependencies": {
"chai": "^3.5.0",
"supertest": "^2.0.0"
}
}