forked from davewilliamson/firestarter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.15 KB
/
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
43
44
45
46
47
48
49
{
"name": "@gmsllc/firestarter",
"description": "Module to safely and easily start and stop your express app",
"version": "1.1.0",
"author": "DevTeam <developers@kodify.io>",
"keywords": [
"express",
"startup",
"shutdown",
"error handling",
"errors",
"SPDY"
],
"private": false,
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:gmsllc/firestarter.git"
},
"scripts": {
"upgrade": "npm-check -u"
},
"contributors": [
{
"name": "Dave Williamson",
"email": "dave@ukit.net",
"url": "http://github.com/davewilliamson"
}
],
"engine": {
"node": ">=0.10.0"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"main": "index.js",
"devDependencies": {
"buster": "0.7.18",
"jshint": "2.10.3",
"npm-check": "5.9.0"
},
"dependencies": {
"express": ">=3.17.1",
"colors": "1.4.0",
"findhit-proxywrap": "0.3.11",
"node-memwatch": "1.0.1",
"spdy": "4.0.0"
}
}