-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 962 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 962 Bytes
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": "httpware-leftover",
"version": "0.1.0-2",
"description": "send 4xx 5xx response, compatible with connect",
"main": "lib",
"scripts": {
"build": "coffee -c -b -o lib src ",
"clean": "rm -r lib",
"prepublish": "npm run-script build",
"postpublish": "npm run-script clean",
"test": "set TEST=true && mocha --compilers coffee:coffee-script/register --reporter spec"
},
"repository": {
"type": "git",
"url": "git://github.com/js-seth-h/httpware-leftover.git"
},
"keywords": [
"handover",
"connect",
"404",
"500",
"4xx",
"5xx",
"error handler"
],
"author": "js.seth.h@gmail.com",
"license": "MIT",
"bugs": {
"url": "https://github.com/js-seth-h/httpware-leftover/issues"
},
"homepage": "https://github.com/js-seth-h/httpware-leftover",
"dependencies": {
"debug": "^0.8.1"
},
"devDependencies": {
"flyway": "0.1.0-2",
"supertest": "^0.12.1"
}
}