-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 958 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
{
"name": "rjq-api-koa",
"version": "2.0.1",
"description": "Koa middleware for rjq-api",
"main": "index.js",
"directories": {
"example": "examples"
},
"dependencies": {
"@koa/cors": "^2.2.1",
"koa": "^2.3.0",
"koa-mount": "^3.0.0",
"koa-router": "^7.2.1",
"rjq-api": "^2.0.0"
},
"devDependencies": {
"standard": "^10.0.3"
},
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./examples/server.js",
"start:watch": "nodemon ./examples/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sagivf/rjq-api-koa.git"
},
"keywords": [
"RethinkDB"
],
"author": "Sagiv Frankel <[email protected]> (https://sagivf.github.io/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/sagivf/rjq-api-koa/issues"
},
"homepage": "https://github.com/sagivf/rjq-api-koa#readme"
}