-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 878 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
38
39
{
"name": "co-express-router",
"version": "1.2.1",
"description": "Use generator-based flow-control as middleware in Express.",
"main": "index.js",
"scripts": {
"pretest": "npm install",
"test": "node node_modules/jasmine-node/lib/jasmine-node/cli.js test/index-test.js --verbose --matchall"
},
"repository": {
"type": "git",
"url": "https://github.com/davidbayo10/co-express-router.git"
},
"author": "David Bayo",
"license": "MIT",
"dependencies": {
"co": "4.6.0",
"is-generator": "1.0.3",
"methods": "1.1.2"
},
"devDependencies": {
"express": "4.14.0",
"jasmine-node": "1.14.5",
"supertest": "2.0.1",
"supertest-as-promised": "4.0.2"
},
"peerDependencies": {
"express": "4.x"
},
"keywords": [
"async",
"co",
"coro",
"coroutine",
"express",
"flow",
"generator"
]
}