UNPKG

1.27 kBJSONView Raw
1{
2 "name": "flow-canary",
3 "version": "1.4.0",
4 "description": "Canary service for Octoblu flows",
5 "main": "octoblu-flow-canary.js",
6 "scripts": {
7 "start": "node octoblu-flow-canary.js",
8 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/octoblu/flow-canary.git"
13 },
14 "author": "Octoblu Inc",
15 "license": "MIT",
16 "bugs": {
17 "url": "https://github.com/octoblu/flow-canary/issues"
18 },
19 "homepage": "https://github.com/octoblu/flow-canary#readme",
20 "dependencies": {
21 "async": "^1.5.0",
22 "body-parser": "^1.14.1",
23 "coffee-script": "^1.10.0",
24 "compression": "^1.6.2",
25 "cors": "^2.7.1",
26 "debug": "^2.2.0",
27 "errorhandler": "^1.4.2",
28 "express": "^4.13.3",
29 "express-meshblu-healthcheck": "^1.0.1",
30 "express-package-version": "0.0.2",
31 "lodash": "^3.10.1",
32 "morgan": "^1.6.1",
33 "octoblu-raven": "^3.0.5",
34 "request": "^2.67.0",
35 "uuid": "^2.0.2"
36 },
37 "devDependencies": {
38 "chai": "^3.4.1",
39 "coffee-coverage": "^0.7.0",
40 "istanbul": "^0.4.1",
41 "mocha": "^2.3.4",
42 "mocha-istanbul": "^0.2.0",
43 "shmock": "^0.7.2",
44 "sinon": "^1.17.2",
45 "sinon-chai": "^2.8.0"
46 }
47}