UNPKG

1.01 kBJSONView Raw
1{
2 "name": "meshblu-connector-installer-windows-msi",
3 "version": "1.5.2",
4 "description": "create meshblu-connector MSI for windows",
5 "main": "index.js",
6 "scripts": {
7 "test": "exit 0"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git+https://github.com/octoblu/meshblu-connector-installer-windows-msi.git"
12 },
13 "keywords": [
14 "meshblu",
15 "meshblu-connector"
16 ],
17 "author": "Octoblu, Inc. <npm@octoblu.com>",
18 "bin": {
19 "meshblu-connector-installer-windows-msi": "./command.js"
20 },
21 "license": "MIT",
22 "bugs": {
23 "url": "https://github.com/octoblu/meshblu-connector-installer-windows-msi/issues"
24 },
25 "homepage": "https://github.com/octoblu/meshblu-connector-installer-windows-msi#readme",
26 "dependencies": {
27 "axios": "^0.16.2",
28 "bluebird": "^3.5.0",
29 "chalk": "^1.1.3",
30 "debug": "^2.6.8",
31 "fs-extra": "^3.0.1",
32 "glob": "^7.1.2",
33 "json-templates": "^1.8.0",
34 "octodash": "^1.0.7",
35 "ora": "^1.3.0",
36 "uuid-by-string": "^0.2.2"
37 }
38}