This repository has been archived by the owner on Jan 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
90 lines (90 loc) · 2.29 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "api-umbrella-router",
"description": "",
"version": "0.8.0",
"engines": ">= 0.8.0",
"author": "Nick Muerdter <[email protected]>",
"bin": {
"api-umbrella-config-reloader": "./bin/api-umbrella-config-reloader",
"api-umbrella": "./bin/api-umbrella",
"api-umbrella-log-processor": "./bin/api-umbrella-log-processor",
"api-umbrella-router-log-listener": "./bin/api-umbrella-router-log-listener"
},
"scripts": {
"test": "grunt"
},
"dependencies": {
"api-umbrella-config": "0.2.4",
"api-umbrella-gatekeeper": "0.8.18",
"async": "0.9.0",
"bunyan": "1.2.1",
"bunyan-rollbar": "0.1.0",
"cli-color": "0.3.2",
"clone": "0.1.18",
"csv": "0.3.6",
"diff": "1.3.2",
"east": "0.2.3",
"east-mongo": "0.1.2",
"elasticsearch": "2.4.3",
"escape-regexp": "0.0.1",
"fivebeans": "1.1.1",
"forever": "0.13.0",
"forever-monitor": "1.5.2",
"fs-extra": "0.12.0",
"geoip-lite": "1.1.6",
"glob": "4.2.1",
"glossy": "0.1.6",
"handlebars": "1.3.0",
"ipaddr.js": "0.1.5",
"js-yaml": "3.2.3",
"kexec": "0.2.0",
"lodash": "2.4.1",
"meminfo": "0.0.0",
"mkdirp": "0.5.0",
"moment": "2.8.4",
"mongoose": "3.8.25",
"native-dns": "0.7.0",
"node-uuid": "1.4.1",
"nomnom": "1.8.1",
"posix": "1.0.4",
"redis": "0.12.1",
"request": "2.45.0",
"rollbar": "0.4.0",
"simpleflake": "0.1.3",
"supervisord": "0.0.4",
"tail": "0.4.0",
"traverse": "0.6.6",
"uas-parser": "0.2.2",
"various-cluster": "0.1.10"
},
"devDependencies": {
"basic-auth": "1.0.0",
"body-parser": "1.9.2",
"chai": "2.2.0",
"compression": "1.2.0",
"connect-busboy": "0.0.2",
"curler": "0.0.5",
"elasticdump": "0.12.0",
"express": "4.10.2",
"factory-lady": "0.1.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-contrib-jshint": "0.11.1",
"grunt-mocha-test": "0.12.7",
"ipplusplus": "0.0.2",
"jshint-stylish": "1.0.1",
"mocha": "2.2.4",
"multer": "0.1.6",
"mversion": "1.8.0",
"randomstring": "1.0.3",
"rimraf": "2.2.8",
"sinon": "1.12.1",
"stream-tk": "0.3.1",
"temp": "0.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/NREL/api-umbrella-router.git"
},
"license": "MIT"
}