forked from alexmingoia/koa-resource-router
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 846 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
{
"name": "koa-resource-router",
"description": "RESTful resource routing for koa.",
"repository": {
"type": "git",
"url": "https://github.com/alexmingoia/koa-resource-router.git"
},
"author": "Alex Mingoia <talk@alexmingoia.com>",
"version": "0.3.2",
"keywords": [
"rest",
"resource",
"koa",
"router",
"middleware"
],
"main": "./lib/resource.js",
"dependencies": {
"debug": "^0.7.4",
"lingo": "0.0.5",
"path-to-regexp": "0.0.2",
"defaults": "~1.0.0",
"koa-compose": "~2.2.0"
},
"devDependencies": {
"koa": "0.3.0",
"mocha": "1.12.0",
"should": "1.2.2",
"supertest": "0.7.1"
},
"scripts": {
"test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --reporter spec"
},
"engines": {
"node": "> 0.11.4"
},
"license": "MIT"
}