-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 942 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
{
"name": "koa-polyfills",
"description": "Koa middleware for polyfills",
"version": "2.0.0",
"dependencies": {
"ms": "0",
"polyfills": "2"
},
"devDependencies": {
"koa": "0",
"mocha": "2",
"supertest": "0",
"istanbul-harmony": "0"
},
"scripts": {
"test": "mocha --harmony-generators --reporter spec",
"test-cov": "node --harmony-generators node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
"test-travis": "node --harmony-generators node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot"
},
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"repository": "polyfills/koa",
"license": "MIT",
"keywords": [
"koa",
"polyfills",
"polyfill"
],
"files": [
"index.js"
]
}