-
Notifications
You must be signed in to change notification settings - Fork 23
/
package.json
68 lines (68 loc) · 1.76 KB
/
package.json
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
62
63
64
65
66
67
68
{
"name": "amphora",
"version": "8.5.0",
"description": "An API mixin for Express that saves, publishes and composes data with the key-value store of your choice.",
"main": "index.js",
"scripts": {
"test": "npm run eslint && npm run mocha",
"eslint": "eslint --max-warnings 0 lib test",
"mocha": "istanbul cover _mocha",
"release": "./.circleci/scripts/release.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/nymag/amphora.git"
},
"homepage": "https://github.com/nymag/amphora",
"author": "New York Media",
"license": "MIT",
"dependencies": {
"amphora-auth": "^2.0.0",
"amphora-fs": "^2.0.0",
"basic-auth": "^1.0.4",
"bluebird": "^3.5.1",
"body-parser": "^1.12",
"clay-log": "^1.2.0",
"clayutils": "^3.0.0",
"cuid": "^1.2.5",
"eventify": "^2.0.0",
"express": "^4.15.3",
"express-flash": "0.0.2",
"express-session": "^1.14.1",
"glob": "^7.0.0",
"highland": "^2.11.1",
"ioredis": "^4.0.0",
"js-yaml": "^3.2.0",
"lodash": "^4.14.2",
"node-fetch": "^1.3.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-http-header-token": "^1.1.0",
"passport-ldapauth": "^0.6.0",
"passport-slack": "0.0.6",
"passport-twitter": "^1.0.4",
"template2env": "^1.0.4",
"through2-filter": "^2.0.0",
"vhost": "^3.0.0"
},
"devDependencies": {
"chai": "^3.4.0",
"chalk": "^1.0.0",
"coveralls": "^3.0.2",
"eslint": "^4.3.0",
"istanbul": "^0.4.0",
"levelup": "^1.3.9",
"memdown": "^1.4.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"sinon": "^4.4.8",
"supertest": "^3.0.0"
},
"peerDependencies": {
"handlebars": "4"
},
"engines": {
"node": "^8.9.0"
},
"engine-strict": true
}