-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 934 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
{
"name": "koa-camino",
"version": "0.0.2",
"description": "router for koa",
"main": "index.js",
"directories": {
"test": "test"
},
"files": [
"index.js"
],
"devDependencies": {
"koa": "0.13",
"mocha": "2",
"should": "4",
"supertest": "0",
"istanbul-harmony": "0"
},
"scripts": {
"test": "mocha --harmony --reporter spec",
"test-cov": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha",
"test-travis": "node --harmony ./node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly"
},
"repository": {
"type": "git",
"url": "git://github.com/Artesonraju/koa-camino.git"
},
"keywords": [
"koa", "route", "router"
],
"author": "Etienne Molto",
"license": "MIT",
"bugs": {
"url": "https://github.com/Artesonraju/koa-camino/issues"
},
"homepage": "https://github.com/Artesonraju/koa-camino"
}