deployr-cli/package.json

65 строки
1.6 KiB
JSON

{
"name": "deployr-cli",
"version": "1.1.2",
"description": "The DeployR command line interface, a tool for running useful DeployR utilities.",
"private": false,
"keywords": [
"cli",
"deployr",
"rbroker",
"R",
"rro",
"mro",
"mrs",
"Microsoft",
"statistics"
],
"author": "DeployR - Microsoft Corporation",
"contributors": [
"Sean Wells"
],
"repository": {
"type": "git",
"url": "git://github.com/microsoft/deployr-cli.git"
},
"homepage": "http://go.microsoft.com/fwlink/?LinkID=692163",
"dependencies": {
"chalk": "^1.0.0",
"char-spinner": "^1.0.1",
"complete": "0.3.1",
"cross-spawn": "^0.2.3",
"deployr": "^8.0.5",
"download": "^4.4.3",
"download-status": "^2.2.1",
"enum": "^0.2.6",
"flatiron": "0.3.8",
"flatiron-cli-config": "0.1.4",
"inquirer": "^0.8.0",
"lodash": "^2.4.1",
"opn": "^1.0.1",
"pkginfo": "0.3.0",
"request": "^2.40.0",
"require-analyzer": "0.5.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"jsdoc": "^3.3.0-alpha13",
"jshint": "^2.5.11"
},
"bin": {
"di": "bin/di"
},
"scripts": {
"doc": "node_modules/.bin/jsdoc -c jsdoc.json README.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"main": "di.js",
"engines": {
"node": ">= 0.10.0"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/microsoft/deployr-cli/issues"
}
}