-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 817 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 817 Bytes
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
{
"name": "bigbrother",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"koa-router": "^7.4.0",
"dependencies": {
"@koa/cors": "^3.0.0",
"koa": "^2.7.0",
"koa-body": "^4.1.0",
"koa-qs": "^2.0.0",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.11",
"log4js": "^4.1.0",
"moment-timezone": "^0.5.23",
"ramda": "^0.26.1",
"request": "^2.88.0",
"request-promise": "^4.2.4",
"solr-node": "^1.1.3"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"mocha": "^6.1.3",
"should": "^13.2.3"
}
}