UNPKG

1.27 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": "0.0.2-rc.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 "lib/",
22 "src/"
23 ],
24 "main": "lib/index.js",
25 "scripts": {
26 "babel": "babel",
27 "test": "eslint && mocha",
28 "lint": "eslint",
29 "pub": "publish"
30 },
31 "dependencies": {
32 "babel-runtime": "^5.8.19",
33 "abacus-debug": "^0.0.2-rc.0",
34 "abacus-transform": "^0.0.2-rc.0",
35 "abacus-yieldable": "^0.0.2-rc.0",
36 "express": "^4.9.4",
37 "underscore": "^1.8.3"
38 },
39 "devDependencies": {
40 "abacus-babel": "^0.0.2-rc.0",
41 "abacus-batch": "^0.0.2-rc.0",
42 "abacus-eslint": "^0.0.2-rc.0",
43 "abacus-mocha": "^0.0.2-rc.0",
44 "abacus-publish": "^0.0.2-rc.0",
45 "abacus-request": "^0.0.2-rc.0",
46 "abacus-express": "^0.0.2-rc.0"
47 },
48 "engines": {
49 "node": ">=0.10.0",
50 "npm": ">=2.0.0"
51 }
52}
\No newline at end of file