UNPKG

1.23 kBJSONView Raw
1{
2 "name": "nanocyte-configuration-generator",
3 "version": "4.2.2",
4 "description": "Generate Nanocyte configuration from an Octoblu flow",
5 "main": "index.js",
6 "scripts": {
7 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/nanocyte-configuration-generator.git"
12 },
13 "keywords": [
14 "octoblu",
15 "meshblu",
16 "nanocyte",
17 "IoT"
18 ],
19 "author": "Octoblu, Inc. <npm@octoblu.com>",
20 "license": "MIT",
21 "bugs": {
22 "url": "https://github.com/octoblu/nanocyte-configuration-generator/issues"
23 },
24 "homepage": "https://github.com/octoblu/nanocyte-configuration-generator#readme",
25 "devDependencies": {
26 "chai": "^3.3.0",
27 "chai-subset": "^1.2.0",
28 "coffee-coverage": "^0.6.3",
29 "coffee-script": "^1.10.0",
30 "istanbul": "^0.3.20",
31 "mocha": "^2.3.3",
32 "mocha-istanbul": "^0.2.0",
33 "shmock": "^0.8.1",
34 "sinon": "^1.16.1",
35 "sinon-chai": "^2.8.0"
36 },
37 "dependencies": {
38 "debug": "^2.2.0",
39 "lodash": "^3.10.1",
40 "meshblu-http": "^5.3.1",
41 "request": "^2.63.0",
42 "s3": "^4.4.0",
43 "simple-benchmark": "^1.0.7",
44 "uuid": "^2.0.2"
45 }
46}