-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
43 lines (43 loc) · 945 Bytes
/
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
{
"name": "koa-restql",
"version": "1.0.8",
"description": "Koa RESTful API middleware based on Sequlizejs",
"main": "lib/RestQL.js",
"files": [
"lib"
],
"scripts": {
"test": "export NODE_ENV=test; export DEBUG=; ./node_modules/.bin/mocha --reporter spec --harmony --bail --no-timeouts"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]/mit/koa-restql.git"
},
"dependencies": {
"koa-router": "^5.4.0",
"co-body": "^4.0.0",
"lodash": "^4.15.0",
"qs": "^6.2.0",
"debug": "^2.2.0"
},
"devDependencies": {
"koa": "^1.2.4",
"mysql": "^2.10.2",
"node-uuid": "^1.4.7",
"sequelize": "^3.24.0",
"glob": "^7.0.3",
"mocha": "^2.3.4",
"supertest": "^1.2.0"
},
"keywords": [
"koa",
"middleware",
"sequlizejs",
"restful"
],
"engines": {
"node": ">5.0.0"
},
"author": "Dale <[email protected]>",
"license": "ISC"
}