UNPKG

1.39 kBJSONView Raw
1{
2 "name": "abacus-router",
3 "description": "Express router for route handlers written as ES6 generators",
4 "license": "Apache-2.0",
5 "version": "1.1.0",
6 "private": false,
7 "homepage": "https://github.com/cloudfoundry-incubator/cf-abacus/lib/utils/router",
8 "bugs": {
9 "url": "https://github.com/cloudfoundry-incubator/cf-abacus/issues"
10 },
11 "repository": {
12 "type": "git",
13 "url": "http://github.com/cloudfoundry-incubator/cf-abacus.git"
14 },
15 "keywords": [
16 "cf",
17 "abacus"
18 ],
19 "files": [
20 ".npmrc",
21 "src/"
22 ],
23 "main": "src/index.js",
24 "scripts": {
25 "test": "abacus-eslint && nyc abacus-mocha",
26 "generate-coverage": "nyc report --reporter=lcovonly",
27 "lint": "abacus-eslint",
28 "pub": "publish"
29 },
30 "dependencies": {
31 "abacus-debug": "^1.1.0",
32 "abacus-transform": "^1.1.0",
33 "abacus-yieldable": "^1.1.0",
34 "express": "^4.14.1",
35 "underscore": "^1.8.3"
36 },
37 "devDependencies": {
38 "abacus-batch": "^1.1.0",
39 "abacus-eslint": "^1.1.0",
40 "abacus-mocha": "^1.1.0",
41 "nyc": "^11.4.1",
42 "abacus-publish": "^1.1.0",
43 "abacus-request": "^1.1.0",
44 "abacus-express": "^1.1.0"
45 },
46 "nyc": {
47 "cache": true,
48 "reporter": [
49 "text",
50 "html"
51 ],
52 "exclude": [
53 "src/test/**"
54 ]
55 },
56 "engines": {
57 "node": ">=8.9.4 <9.0.0",
58 "npm": "<5.0.0",
59 "yarn": ">=1.2.1"
60 }
61}
\No newline at end of file