UNPKG

1.06 kBJSONView Raw
1{
2 "name": "octoblu-metrics-elasticsearch-to-statuspage",
3 "version": "1.6.0",
4 "description": "Report elasticsearch to statuspage",
5 "main": "command.js",
6 "scripts": {
7 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/elasticsearch-to-statuspage.git"
12 },
13 "author": "Octoblu, Inc. <npm@octoblu.com>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/octoblu/elasticsearch-to-statuspage/issues"
17 },
18 "homepage": "https://github.com/octoblu/elasticsearch-to-statuspage#readme",
19 "dependencies": {
20 "async": "^2.0.0-rc.5",
21 "dashdash": "^1.13.1",
22 "elasticsearch": "^11.0.1",
23 "fs-cson": "^0.3.2",
24 "lodash": "^4.13.1",
25 "request": "^2.72.0"
26 },
27 "devDependencies": {
28 "chai": "^3.5.0",
29 "coffee-coverage": "^1.0.1",
30 "coffee-script": "^1.10.0",
31 "istanbul": "^0.4.3",
32 "mocha": "^2.5.1",
33 "mocha-istanbul": "^0.2.0",
34 "sinon": "^1.17.4",
35 "sinon-chai": "^2.8.0"
36 }
37}