-
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.25 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.25 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": "parkes-controller",
"version": "0.2.5",
"description": "Library for fast REST API generation in koa",
"main": "index.js",
"scripts": {
"test": "mocha -w spec",
"lint": "eslint ."
},
"engines": {
"node": ">=7.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/agency/restup.git"
},
"keywords": [
"rest",
"web",
"http",
"middleware",
"framework"
],
"author": "",
"license": "KWPL",
"bugs": {
"url": "https://github.com/agency/restup/issues"
},
"homepage": "https://github.com/agency/restup#readme",
"devDependencies": {
"babel-eslint": "^8.0.1",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-subset": "^1.6.0",
"eslint": "^4.9.0",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^6.0.2",
"eslint-plugin-react": "^7.4.0",
"koa": "^2.4.1",
"koa-bodyparser": "^4.2.0",
"mocha": "^4.0.1",
"parkes-api-test": "^0.5.0",
"sinon": "^4.1.2",
"sinon-chai": "^2.14.0"
},
"dependencies": {
"lodash": "^4.17.4",
"parkes-rest-error": "^0.1.0",
"parkes-router": "^0.2.0",
"pluralize": "^7.0.0",
"qs": "^6.5.1",
"sequelize": "^4.28.5"
}
}