-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.29 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.29 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
{
"name": "api",
"version": "1.0.0",
"description": "programmatic access to WCMA collection data",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wcmaart/api.git"
},
"bugs": {
"url": "https://github.com/wcmaart/api/issues"
},
"author": "revdancatt <github@revdancatt.com>",
"license": "CC0-1.0",
"private": false,
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"colors": "^1.1.2",
"command-line-args": "^5.0.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^5.0.1",
"elasticsearch": "^15.0.0",
"express": "^4.14.0",
"express-graphql": "^0.6.12",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"graphql": "^0.13.2",
"is-running": "^2.1.0",
"moment": "^2.22.1",
"node-sass": "^4.8.3",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"prompt-sync": "^4.1.6",
"querystring": "^0.2.0",
"request-promise": "^4.2.2",
"sane": "^2.5.0",
"session-file-store": "^1.2.0",
"winston": "^3.0.0-rc5",
"winston-daily-rotate-file": "^3.1.4"
},
"devDependencies": {
"jsdoc": "^3.5.5",
"opn": "^5.3.0",
"standard": "^11.0.1"
}
}