UNPKG

1.87 kBJSONView Raw
1{
2 "name": "nanocyte-flow-deploy-service",
3 "version": "5.6.9",
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"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/octoblu/nanocyte-flow-deploy-service.git"
16 },
17 "keywords": [
18 "nanocyte",
19 "octoblu"
20 ],
21 "author": "Octoblu <npm@octoblu.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/octoblu/nanocyte-flow-deploy-service/issues"
25 },
26 "homepage": "https://github.com/octoblu/nanocyte-flow-deploy-service#readme",
27 "dependencies": {
28 "async": "^2.0.0",
29 "body-parser": "^1.15.2",
30 "coffee-script": "^1.10.0",
31 "cors": "^2.7.1",
32 "debug": "^2.2.0",
33 "errorhandler": "^1.4.2",
34 "escape-string-regexp": "^1.0.3",
35 "express": "^4.14.0",
36 "express-meshblu-auth": "^7.0.0",
37 "express-meshblu-healthcheck": "^1.0.1",
38 "express-package-version": "0.0.2",
39 "ioredis": "^2.2.0",
40 "iot-app-configuration-saver": "^2.1.0",
41 "lodash": "^4.13.1",
42 "meshblu-config": "^5.1.2",
43 "meshblu-core-datastore": "^4.6.0",
44 "meshblu-http": "^7.0.0",
45 "mongojs": "^2.4.0",
46 "morgan": "^1.6.1",
47 "nanocyte-configuration-generator": "^5.1.0",
48 "nanocyte-configuration-saver-mongo": "^1.3.0",
49 "nanocyte-deployer": "^5.3.0",
50 "nanocyte-iot-app-publisher": "^6.0.0",
51 "node-uuid": "^1.4.3",
52 "simple-benchmark": "^1.0.7"
53 },
54 "devDependencies": {
55 "chai": "^3.3.0",
56 "coffee-coverage": "^1.0.1",
57 "coffee-script": "^1.10.0",
58 "istanbul": "^0.4.4",
59 "mocha": "^2.3.3",
60 "mocha-istanbul": "^0.2.0",
61 "semver": "^5.3.0",
62 "sinon": "^1.17.0",
63 "sinon-chai": "^2.8.0"
64 },
65 "optionalDependencies": {
66 "hiredis": "^0.4.1"
67 }
68}