UNPKG

966 BJSONView Raw
1{
2 "name": "meshblu-connector-packager",
3 "version": "9.0.5",
4 "description": "",
5 "main": "index.js",
6 "bin": {
7 "meshblu-connector-packager": "./command-build.js"
8 },
9 "scripts": {
10 "test": "mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "git+https://github.com/octoblu/meshblu-connector-packager.git"
15 },
16 "author": "Octoblu, Inc. <npm@octoblu.com>",
17 "license": "MIT",
18 "bugs": {
19 "url": "https://github.com/octoblu/meshblu-connector-packager/issues"
20 },
21 "homepage": "https://github.com/octoblu/meshblu-connector-packager#readme",
22 "devDependencies": {
23 "chai": "^3.5.0",
24 "coffee-coverage": "^1.0.1",
25 "mocha": "^2.4.5",
26 "mocha-istanbul": "^0.2.0",
27 "sinon": "^1.17.3",
28 "sinon-chai": "^2.8.0"
29 },
30 "dependencies": {
31 "coffee-script": "^1.10.0",
32 "fs-extra": "^0.26.7",
33 "lodash": "^4.11.1",
34 "request": "^2.71.0",
35 "tar.gz": "^1.0.3",
36 "temp": "^0.8.3",
37 "zip-dir": "^1.0.2"
38 }
39}