{ "name": "nativescript", "preferGlobal": true, "version": "1.4.0", "author": "Telerik ", "description": "Command-line interface for building NativeScript projects", "bin": { "tns": "./bin/nativescript.js", "nativescript": "./bin/nativescript.js" }, "main": "./lib/nativescript-cli.js", "scripts": { "test": "node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --ui mocha-fibers --recursive --reporter spec --require test/test-bootstrap.js --timeout 60000 test/ lib/common/test/unit-tests", "postinstall": "node postinstall.js", "preuninstall": "node preuninstall.js" }, "repository": { "type": "git", "url": "https://github.com/NativeScript/nativescript-cli.git" }, "keywords": [ "nativescript", "telerik", "mobile" ], "dependencies": { "bluebird": "2.9.34", "bplist-parser": "0.1.0", "broccoli": "0.16.4", "broccoli-funnel": "0.2.3", "bufferpack": "0.0.6", "bufferutil": "https://github.com/telerik/bufferutil/tarball/master", "byline": "4.2.1", "chalk": "1.1.0", "cli-table": "https://github.com/telerik/cli-table/tarball/v0.3.1.1", "colors": "1.1.2", "ffi": "https://github.com/icenium/node-ffi/tarball/v1.3.1.0", "fibers": "https://github.com/icenium/node-fibers/tarball/v1.0.6.0", "filesize": "3.1.2", "gaze": "0.5.1", "gulp": "3.9.0", "iconv-lite": "0.4.11", "inquirer": "0.9.0", "ios-sim-portable": "1.0.9-alpha", "lockfile": "1.0.1", "lodash": "3.10.0", "log4js": "0.6.26", "marked": "0.3.3", "marked-terminal": "1.5.0", "minimatch": "2.0.10", "mkdirp": "0.5.1", "mute-stream": "0.0.5", "node-inspector": "0.7.4", "node-uuid": "1.4.3", "npm": "2.6.1", "open": "0.0.5", "osenv": "0.1.3", "plist": "1.1.0", "plistlib": "0.2.1", "progress-stream": "1.1.1", "prompt": "https://github.com/Icenium/prompt/tarball/master", "properties-parser": "0.2.3", "ref": "https://github.com/icenium/ref/tarball/v1.0.0.0", "ref-struct": "https://github.com/telerik/ref-struct/tarball/master", "rimraf": "2.4.2", "semver": "5.0.1", "shelljs": "0.5.1", "tabtab": "https://github.com/Icenium/node-tabtab/tarball/master", "temp": "0.8.3", "through2": "2.0.0", "utf-8-validate": "https://github.com/telerik/utf-8-validate/tarball/master", "vinyl-filter-since": "2.0.2", "winreg": "0.0.12", "ws": "0.7.1", "xcode": "https://github.com/NativeScript/node-xcode/archive/1.4.0.tar.gz", "xmldom": "0.1.19", "xmlhttprequest": "https://github.com/telerik/node-XMLHttpRequest/tarball/master", "xmlmerge-js": "0.2.4", "yargs": "3.15.0" }, "analyze": true, "devDependencies": { "chai": "1.8.x", "grunt": "0.4.5", "grunt-contrib-clean": "0.6.0", "grunt-contrib-copy": "0.8.0", "grunt-contrib-watch": "0.6.1", "grunt-shell": "1.1.2", "grunt-ts": "4.2.0", "grunt-tslint": "2.4.0", "istanbul": "0.3.19", "mocha": "2.2.5", "mocha-fibers": "https://github.com/Icenium/mocha-fibers/tarball/master", "should": "7.0.2", "tslint": "2.4.2", "typescript": "1.5.3" }, "license": "Apache-2.0", "engines": { "node": ">=0.10.26 <0.10.34 || >=0.10.35" } }