UNPKG

1.15 kBJSONView Raw
1{
2 "name": "flow-canary",
3 "version": "1.0.35",
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 "cors": "^2.7.1",
25 "debug": "^2.2.0",
26 "errorhandler": "^1.4.2",
27 "express": "^4.13.3",
28 "express-meshblu-healthcheck": "^1.0.1",
29 "lodash": "^3.10.1",
30 "morgan": "^1.6.1",
31 "request": "^2.67.0"
32 },
33 "devDependencies": {
34 "chai": "^3.4.1",
35 "coffee-coverage": "^0.7.0",
36 "istanbul": "^0.4.1",
37 "mocha": "^2.3.4",
38 "mocha-istanbul": "^0.2.0",
39 "shmock": "^0.7.2",
40 "sinon": "^1.17.2",
41 "sinon-chai": "^2.8.0"
42 }
43}
\No newline at end of file