-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 870 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
{
"name": "wrenchmode-express",
"version": "0.0.3",
"description": "Easily switch your web app in and out of maintenance mode using Wrenchmode.com",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/micahwedemeyer/wrenchmode-express.git"
},
"author": "Micah Wedemeyer <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/micahwedemeyer/wrenchmode-express/issues"
},
"homepage": "https://github.com/micahwedemeyer/wrenchmode-express#readme",
"keywords": [
"maintenance",
"express",
"middleware"
],
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.5.3",
"nock": "^8.0.0",
"node-mocks-http": "^1.5.2"
},
"dependencies": {
"netmask": ">= 1.0.0"
}
}