UNPKG

1.08 kBJSONView Raw
1{
2 "name": "nanocyte-deployer",
3 "version": "2.0.2",
4 "description": "Deploy flows to nanocyte",
5 "engines": {
6 "node": ">=4.0.0"
7 },
8 "engineStrict": true,
9 "main": "index.js",
10 "scripts": {
11 "test": "istanbul cover _mocha -- -R spec --require coffee-coverage/register-istanbul"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/octoblu/nanocyte-deployer.git"
16 },
17 "author": "",
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/octoblu/nanocyte-deployer/issues"
21 },
22 "homepage": "https://github.com/octoblu/nanocyte-deployer#readme",
23 "devDependencies": {
24 "chai": "^3.3.0",
25 "coffee-coverage": "^0.6.3",
26 "coffee-script": "^1.10.0",
27 "istanbul": "^0.3.20",
28 "mocha": "^2.3.3",
29 "mocha-istanbul": "^0.2.0",
30 "semver": "^5.0.3",
31 "sinon": "^1.17.0",
32 "sinon-chai": "^2.8.0"
33 },
34 "dependencies": {
35 "async": "^1.4.2",
36 "coffee-script": "^1.10.0",
37 "debug": "^2.2.0",
38 "lodash": "^3.10.1",
39 "meshblu-config": "^3.1.0",
40 "meshblu-http": "^5.0.2",
41 "request": "^2.62.0"
42 }
43}