UNPKG

2.25 kBJSONView Raw
1{
2 "name": "nanocyte-flow-deploy-service",
3 "version": "6.0.4",
4 "description": "Flow Deploy Service for Nanocyte",
5 "engines": {
6 "node": ">=4.0.0"
7 },
8 "engineStrict": true,
9 "main": "server.js",
10 "scripts": {
11 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul && mocha --reporter json > coverage/mocha.json",
12 "coverage": "nyc npm test",
13 "mocha:json": "env NPM_ENV=test mocha --reporter json > coverage/mocha.json",
14 "test:watch": "mocha -w -R mocha-multi --reporter-options spec=-,mocha-osx-reporter=-"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/octoblu/nanocyte-flow-deploy-service.git"
19 },
20 "keywords": [
21 "nanocyte",
22 "octoblu"
23 ],
24 "author": "Octoblu <npm@octoblu.com>",
25 "license": "MIT",
26 "bugs": {
27 "url": "https://github.com/octoblu/nanocyte-flow-deploy-service/issues"
28 },
29 "homepage": "https://github.com/octoblu/nanocyte-flow-deploy-service#readme",
30 "dependencies": {
31 "async": "^2.0.0",
32 "body-parser": "^1.15.2",
33 "coffee-script": "^1.10.0",
34 "cors": "^2.7.1",
35 "debug": "^2.2.0",
36 "errorhandler": "^1.4.2",
37 "escape-string-regexp": "^1.0.3",
38 "express": "^4.14.0",
39 "express-meshblu-auth": "^7.0.0",
40 "express-meshblu-healthcheck": "^1.0.1",
41 "express-package-version": "0.0.2",
42 "ioredis": "^2.2.0",
43 "iot-app-configuration-saver": "^2.1.0",
44 "lodash": "^4.13.1",
45 "meshblu-config": "^5.1.2",
46 "meshblu-core-datastore": "^4.6.2",
47 "meshblu-http": "^7.0.0",
48 "mongojs": "^2.4.0",
49 "morgan": "^1.6.1",
50 "nanocyte-configuration-generator": "^5.5.1",
51 "nanocyte-configuration-saver-mongo": "^1.3.0",
52 "nanocyte-deployer": "^5.4.0",
53 "nanocyte-iot-app-publisher": "^6.0.0",
54 "node-uuid": "^1.4.3",
55 "simple-benchmark": "^1.0.7"
56 },
57 "devDependencies": {
58 "chai": "^3.3.0",
59 "coffee-coverage": "^1.0.1",
60 "coffee-script": "^1.10.0",
61 "istanbul": "^0.4.4",
62 "mocha": "^2.3.3",
63 "mocha-istanbul": "^0.2.0",
64 "semver": "^5.3.0",
65 "sinon": "^1.17.0",
66 "sinon-chai": "^2.8.0",
67 "nyc": "^8.3.0",
68 "mocha-osx-reporter": "^0.1.2",
69 "mocha-multi": "^0.9.1"
70 },
71 "optionalDependencies": {
72 "hiredis": "^0.4.1"
73 }
74}
\No newline at end of file