-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
{
"name": "statwarn-monitoring-api",
"version": "0.2.0",
"description": "Statwarn Monitoring API",
"main": "server.js",
"private": true,
"scripts": {
"test-watch": "source ci/.env_test;mocha -w -G -t 5000 -R spec **/*.test.js~node_modules/*",
"ci": "./ci/ci-start.sh"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:statwarn/monitoring-api.git"
},
"engines": {
"node": "0.10.35"
},
"keywords": [
"monitoring",
"api",
"statwarn",
"elasticsearch"
],
"author": "rbaumier",
"license": "Redsmin",
"dependencies": {
"amqp-dsl": "^2.0.1",
"async": "^0.9.0",
"better-assert": "^1.0.2",
"body-parser": "^1.10.0",
"common-env": "^1.0.0",
"elasticsearch": "^3.0.1",
"express": "^4.10.6",
"filtres": "^0.1.1",
"lodash": "^3.0.1",
"mocha": "^2.0.1",
"moment-range": "^1.0.5",
"node-redis": "^0.1.7",
"redis": "^0.12.1",
"requestretry": "^1.2.1",
"tv4": "^1.1.5",
"tv4-formats": "^1.0.0",
"winston": "^0.9.0"
},
"devDependencies": {
"chai": "^1.10.0",
"flat": "^1.3.0",
"redis": "^0.12.1",
"redis-info": "^2.0.2",
"request": "^2.49.0",
"supertest": "^0.15.0"
}
}