-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 1001 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
{
"name": "paas",
"description": "Polyfill as a Service",
"version": "2.4.0",
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
"license": "MIT",
"repository": "polyfills/paas",
"dependencies": {
"koa": "0",
"polyfills": "^2.1.1",
"polyfills-db": "^3.0.0"
},
"devDependencies": {
"istanbul-harmony": "0",
"mocha": "2",
"supertest": "^0.14.0"
},
"scripts": {
"install": "npm dedupe",
"start": "node --harmony-generators .",
"test": "mocha --harmony-generators --reporter spec --timeout 30s",
"test-cov": "node --harmony-generators node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha -- --reporter dot --timeout 30s",
"test-travis": "node --harmony-generators node_modules/.bin/istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- --reporter dot --timeout 30s"
},
"main": "lib",
"engines": {
"node": ">= 0.11.14"
},
"keywords": [
"polyfill",
"polyfills",
"service"
]
}