erm-cli
Version:
Reekoh CLI - command line tool for publishing reekoh plugins.
77 lines (76 loc) • 1.69 kB
JSON
{
"name": "erm-cli",
"version": "5.0.10",
"description": "Reekoh CLI - command line tool for publishing reekoh plugins.",
"keywords": [
"erm",
"erm-cli",
"erm-command-line"
],
"main": "index.js",
"bin": {
"erm": "bin/index.js"
},
"dependencies": {
"archiver": "^1.3.0",
"async": "^2.2.0",
"bluebird": "^3.5.0",
"cliff": "^0.1.10",
"colors": "^1.1.2",
"commander": "^2.9.0",
"get-folder-size": "^1.0.0",
"js-yaml": "^3.8.2",
"lodash": "^4.17.4",
"prompt": "^1.0.0",
"prompt-sync": "^4.1.5",
"prompt-sync-history": "^1.0.1",
"request": "^2.81.0",
"simple-encryptor": "^1.1.0",
"string": "^3.3.3",
"systeminformation": "^3.18.0",
"validate.js": "^0.11.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"gulp": "^3.9.1",
"gulp-jest": "^1.0.0",
"gulp-jshint": "^2.0.4",
"gulp-json-lint": "^0.1.0",
"gulp-mocha": "^4.3.1",
"gulp-plumber": "^1.1.0",
"gulp-standard": "^10.0.0",
"jest": "^20.0.3",
"jest-cli": "^20.0.3",
"jshint": "^2.9.4",
"should": "^11.2.1"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.com/erick.mauricio/erm-cli.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/erick.mauricio/erm-cli/issues"
},
"homepage": "https://gitlab.com/erick.mauricio/erm-cli#README",
"standard": {
"globals": [
"Promise",
"require",
"module",
"exports",
"describe",
"it",
"should",
"before",
"after",
"beforeEach",
"afterEach"
]
}
}