-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 884 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": "conext",
"version": "4.0.0",
"description": "use co to write express middleware",
"main": "index.js",
"scripts": {
"test": "rm -rf coverage/ && prove --exec \"istanbul cover --include-pid --report none --print none\" test/cases/*.js && istanbul report --report cobertura --report html --report text-summary"
},
"repository": {
"type": "git",
"url": "git+https://github.com/undoZen/conext.git"
},
"keywords": [
"co",
"bluebird",
"express",
"middleware"
],
"author": "undoZen <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/undoZen/conext/issues"
},
"homepage": "https://github.com/undoZen/conext#readme",
"devDependencies": {
"express": "^4",
"istanbul-harmony": "^0.3",
"supertest": "^1",
"tape": "^4"
},
"dependencies": {
"bluebird": "^2.10.2"
}
}