UNPKG

1.49 kBJSONView Raw
1{
2 "name": "octoblu-metrics-elasticsearch-to-statuspage",
3 "version": "3.0.1",
4 "description": "Report elasticsearch to statuspage",
5 "main": "command.js",
6 "scripts": {
7 "start": "node command.js",
8 "test": "mocha",
9 "coverage": "nyc npm test",
10 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
11 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/octoblu/elasticsearch-to-statuspage.git"
16 },
17 "author": "Octoblu, Inc. <npm@octoblu.com>",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/octoblu/elasticsearch-to-statuspage/issues"
21 },
22 "homepage": "https://github.com/octoblu/elasticsearch-to-statuspage#readme",
23 "dependencies": {
24 "async": "^2.1.5",
25 "coffee-script": "^1.12.4",
26 "dashdash": "^1.13.1",
27 "debug": "^2.6.1",
28 "elasticsearch": "^12.1.3",
29 "fs-cson": "^0.3.2",
30 "lodash": "^4.13.1",
31 "request": "^2.80.0"
32 },
33 "devDependencies": {
34 "chai": "^3.5.0",
35 "coffee-coverage": "^2.0.1",
36 "istanbul": "^0.4.3",
37 "mocha": "^3.1.2",
38 "mocha-istanbul": "^0.3.0",
39 "mocha-multi": "^0.10.0",
40 "mocha-osx-reporter": "^0.1.2",
41 "nyc": "^10.1.2",
42 "sinon": "^1.17.4",
43 "sinon-chai": "^2.8.0"
44 },
45 "nyc": {
46 "cache": true,
47 "reporter": [
48 "text-summary",
49 "lcov",
50 "json"
51 ],
52 "extension": [
53 ".coffee"
54 ]
55 }
56}