mobile-cli-lib
Version:
common lib used by different CLI
96 lines • 2.88 kB
JSON
{
"name": "mobile-cli-lib",
"preferGlobal": false,
"version": "0.22.0",
"author": "Telerik <support@telerik.com>",
"description": "common lib used by different CLI",
"bin": {
"mobile-cli-lib": "./bin/common-lib.js"
},
"scripts": {
"test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec-xunit-file --require test/test-bootstrap.js --timeout 15000 test/unit-tests/"
},
"main": "./common-lib.js",
"repository": {
"type": "git",
"url": "https://github.com/telerik/mobile-cli-lib.git"
},
"keywords": [
"cordova",
"appbuilder",
"telerik",
"mobile",
"nativescript",
"Proton"
],
"dependencies": {
"bluebird": "2.9.34",
"bplist-parser": "0.0.6",
"bufferpack": "0.0.6",
"byline": "4.2.1",
"chalk": "1.0.0",
"cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1",
"colors": "0.6.2",
"cookie": "0.1.0",
"esprima": "2.7.0",
"ffi": "https://github.com/icenium/node-ffi/tarball/v2.0.0.4",
"fibers": "https://github.com/Icenium/node-fibers/tarball/v1.0.15.0",
"filesize": "2.0.3",
"gaze": "1.0.0",
"iconv-lite": "0.4.3",
"inquirer": "0.8.2",
"ios-sim-portable": "~1.6.0",
"lodash": "4.13.1",
"log4js": "0.6.9",
"marked": "0.3.3",
"marked-terminal": "1.4.0",
"minimatch": "2.0.4",
"mkdirp": "0.3.5",
"moment": "2.10.6",
"mute-stream": "0.0.4",
"node-uuid": "1.4.1",
"open": "0.0.4",
"osenv": "0.1.0",
"parse5": "2.2.0",
"plist": "1.1.0",
"plistlib": "0.2.1",
"progress-stream": "0.5.0",
"properties-parser": "0.2.3",
"pullstream": "https://github.com/icenium/node-pullstream/tarball/master",
"ref": "https://github.com/icenium/ref/tarball/v1.3.2.2",
"ref-struct": "https://github.com/telerik/ref-struct/tarball/v1.0.2.4",
"rimraf": "2.2.6",
"semver": "4.3.4",
"shelljs": "0.7.0",
"tabtab": "https://github.com/Icenium/node-tabtab/tarball/master",
"temp": "0.8.1",
"validator": "3.2.1",
"winreg": "0.0.12",
"xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master",
"yargs": "6.0.0",
"zipstream": "https://github.com/Icenium/node-zipstream/tarball/master"
},
"analyze": true,
"devDependencies": {
"chai": "1.8.x",
"file": "0.2.2",
"grunt": "1.0.1",
"grunt-contrib-clean": "1.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-shell": "1.3.0",
"grunt-ts": "6.0.0-beta.3",
"grunt-tslint": "3.3.0",
"istanbul": "0.3.17",
"mocha": "2.5.3",
"mocha-fibers": "1.1.1",
"spec-xunit-file": "0.0.1-3",
"tslint": "3.15.1",
"typescript": "2.0.7"
},
"bundledDependencies": [],
"license": "Apache-2.0",
"engines": {
"node": ">=4.2.1 <5.0.0 || >=5.1.0 <8.0.0"
},
"buildVersion": "314"
}