UNPKG

1.43 kBJSONView Raw
1{
2 "name": "@builtioflow/connector-builder",
3 "version": "0.5.16",
4 "description": "Built.io Flow command line interface to create connectors and publish to Built.io Flow flow platform",
5 "main": "index.js",
6 "bin": {
7 "flow": "./index.js"
8 },
9 "engines": {
10 "node": ">=4.0.0"
11 },
12 "scripts": {
13 "build": "node ./node_modules/gulp/bin/gulp"
14 },
15 "repository": {
16 "type": "git",
17 "url": "git+https://github.com/builtio-flow/flow-cli.git"
18 },
19 "license": "ISC",
20 "bugs": {
21 "url": "https://github.com/builtio-flow/flow-cli/issues"
22 },
23 "homepage": "https://github.com/builtio-flow/flow-cli#readme",
24 "dependencies": {
25 "adm-zip": "0.4.11",
26 "archiver": "^1.3.0",
27 "bluebird": "^3.5.0",
28 "braille-loaders": "^1.0.6",
29 "chalk": "^1.1.3",
30 "cli-table2": "^0.2.0",
31 "express": "^4.16.3",
32 "fs-extra": "^2.1.2",
33 "image-size": "^0.5.4",
34 "inquirer": "^3.0.6",
35 "joi": "^10.5.2",
36 "js-beautify": "^1.7.5",
37 "jsonschema": "^1.2.2",
38 "klaw": "^1.3.1",
39 "latest-version": "^3.1.0",
40 "lodash": "^4.17.4",
41 "ngrok": "2.3.0",
42 "prompt-promise": "^1.0.3",
43 "request": "^2.81.0",
44 "swagger-parser": "^3.4.2",
45 "through2": "^2.0.3",
46 "tmp": "0.0.31",
47 "update-notifier": "^2.3.0"
48 },
49 "devDependencies": {
50 "gulp": "3.9.1",
51 "gulp-clean": "0.4.0",
52 "gulp-copy": "1.1.0",
53 "gulp-uglifyes": "0.1.3",
54 "husky": "^0.14.3"
55 }
56}