-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.4 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
{
"name": "dashboard",
"version": "0.0.1",
"description": "Dashboard to coordinate the other parts of the wcma api",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://github.com/wcmaart/dashboard.git"
},
"bugs": {
"url": "https://github.com/wcmaart/dashboard/issues"
},
"homepage": "https://github.com/wcmaart/dashboard#readme",
"author": "",
"license": "CC0-1.0",
"private": false,
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"body-parser": "^1.18.2",
"cloudinary": "^1.11.0",
"colors": "^1.1.2",
"command-line-args": "^5.0.2",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "^1.4.3",
"dotenv": "^5.0.1",
"elasticsearch": "^15.0.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.15.6",
"formidable": "^1.2.1",
"is-running": "^2.1.0",
"line-by-line": "^0.1.6",
"mkdirp": "^0.5.1",
"moment": "^2.22.1",
"node-sass": "^4.8.3",
"passport": "^0.4.0",
"passport-auth0": "^0.6.1",
"prismjs": "^1.14.0",
"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"
}
}