UNPKG

backand

Version:

Command line interface for Backand cloud services - Online backend REST API as a service

81 lines (80 loc) 1.87 kB
{ "name": "backand", "version": "2.3.2", "description": "Command line interface for Backand cloud services - Online backend REST API as a service", "author": "Backand <info@backand.com>", "contributors": [ { "name": "Adam Klein", "email": "adam@500tech.com" }, { "name": "Yoram Kornatzky", "email": "kornatzky@gmail.com" }, { "name": "Itay Herskovits", "email": "itay@backand.com" } ], "bin": { "backand": "./bin/backand" }, "repository": { "type": "git", "url": "https://github.com/backand/backand-cli.git" }, "main": "lib", "keywords": [ "backand", "cloud", "baas", "DB", "database", "backoffice", "admin", "REST API" ], "license": "MIT", "homepage": "http://github.com/backand/backand-cli", "dependencies": { "adm-zip": "^0.4.7", "analytics-node": "^2.4.0", "archiver": "1.3.0", "aws-sdk": "^2.69.0", "colors": "1.0.3", "concurrent-transform": "^1.0.0", "del": "^2.2.2", "fs-extra": "0.16.3", "git-state": "^3.1.1", "gulp": "^3.9.0", "gulp-awspublish": "^3.3.0", "gulp-awspublish-router": "^0.1.3", "gulp-downloader": "^1.0.4", "gulp-expect-file": "0.0.7", "gulp-ignore": "^2.0.2", "gulp-json-editor": "^2.2.1", "gulp-notify": "^3.0.0", "gulp-rename": "^1.2.2", "gulp-watch": "^4.3.11", "merge": "^1.2.0", "minimist": "1.2.0", "q": "^1.2.0", "readline-sync": "0.5.2", "request": "^2.53.0", "underscore": "1.8.3" }, "devDependencies": { "async": "^2.4.1", "chai": "latest", "lodash": "latest", "mocha": "latest", "replace-in-file": "^2.5.0", "request": "latest", "underscore": "latest" }, "scripts": { "test": "node node_modules/mocha/bin/mocha test/cli_test.js" }, "preferGlobal": true }