-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
42 lines (42 loc) · 988 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
40
41
42
{
"name": "tagged-health",
"version": "0.1.2",
"description": "Health check middleware for connect",
"main": "lib/index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "http://github.com/tagged/connect-health-check.git"
},
"keywords": [
"tagged",
"health",
"connect"
],
"author": "Web Team Awesome",
"license": "MIT",
"bugs": {
"url": "https://github.com/tagged/connect-health-check/issues"
},
"homepage": "https://github.com/tagged/connect-health-check",
"devDependencies": {
"blanket": "^1.2.3",
"chai": "^4.3.4",
"grunt": "^1.4.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-docco": "^0.5.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^7.2.0",
"sinon": "^9.2.4"
},
"dependencies": {
"bluebird": "^3.7.2",
"coffeescript": "^2.5.1",
"connect": "^3.7.0"
}
}