-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.22 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
{
"name": "monitoring-frontend",
"version": "16.2.0",
"description": "EXCESS ATOM monitoring frontend",
"author": "Dennis Hoppe <[email protected]>",
"contributors": [
{
"name": "Yosandra Sandoval",
"email": "[email protected]"
},
{
"name": "Fangli Pi",
"email": "[email protected]"
}
],
"bin": {
"module-name": "./bin/www"
},
"scripts": {
"start": "node ./bin/www",
"lint": "standard",
"test": "./node_modules/mocha/bin/mocha ./test/server-test.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "https://github.com/excess-project/monitoring-frontend"
},
"bugs": {
"url": "https://github.com/excess-project/monitoring-frontend/issues"
},
"keywords": [
"monitoring",
"excess",
"dreamcloud"
],
"dependencies": {
"body-parser": "~1.15.0",
"cookie-parser": "~1.4.1",
"dateformat": "~1.0.11",
"debug": "~2.2.0",
"elasticsearch": "~10.1.2",
"express": "~4.13.4",
"jade": "~1.11.0",
"moment": "^2.11.2",
"morgan": "~1.7.0",
"request": "~2.69.0",
"async": "~1.5.2"
},
"private": true,
"license": "Apache 2.0",
"devDependencies": {
"standard": "~5.4.1",
"mocha": "~2.4.5"
}
}