UNPKG

alks

Version:
67 lines (66 loc) 1.54 kB
{ "name": "alks", "version": "2.3.0", "description": "CLI for working with ALKS", "main": "bin/alks", "scripts": { "test": "./node_modules/.bin/mocha ./test" }, "engines": { "node": ">=0.10" }, "repository": { "type": "git", "url": "https://github.com/Cox-Automotive/ALKS-CLI.git" }, "license": "MIT", "preferGlobal": true, "bin": { "alks": "bin/alks" }, "author": { "name": "Cox Automotive", "email": "brian.antonelli@coxautoinc.com", "url": "https://github.com/Cox-Automotive/" }, "bugs": { "url": "https://github.com/Cox-Automotive/ALKS-CLI/issues" }, "licenses": [ { "type": "MIT", "url": "https://github.com/Cox-Automotive/ALKS-CLI/blob/master/COPYING" } ], "keywords": [ "alks" ], "dependencies": { "alks-node": "^0.2.1", "async": "^2.0.0-rc.6", "chmod": "^0.2.1", "cli-color": "^1.1.0", "cli-table2": "^0.2.0", "clortho": "https://github.com/Cox-Automotive/clortho/archive/1.2.3.tar.gz", "commander": "^2.9.0", "crypto": "0.0.3", "fuzzy": "^0.1.1", "inquirer": "^1.1.2", "lokijs": "^1.3.19", "moment": "^2.13.0", "node-netrc": "^0.1.0", "npm-registry-client": "^7.1.2", "opn": "^4.0.2", "prompt": "^1.0.0", "prop-ini": "0.0.2", "request": "^2.72.0", "semver": "^5.3.0", "underscore": "^1.8.3", "underscore.string": "^3.3.4", "universal-analytics": "^0.4.8" }, "devDependencies": { "chai": "^3.5.0", "mocha": "^2.5.3" } }