nodekit-cli
Version:
A command-line tool for creating {NK} NodeKit applications
83 lines (82 loc) • 2.11 kB
JSON
{
"name": "nodekit-cli",
"version": "0.8.60",
"description": "A command-line tool for creating {NK} NodeKit applications",
"main": "index.js",
"scripts": {
"prepublish": "require-self",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nodekit-io/nodekit-cli.git"
},
"keywords": [
"nodekit"
],
"bin": {
"nodekit": "./bin/nodekit",
"nodekit-scripts": "./bin/nodekit"
},
"author": "OffGrid Networks",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/nodekit-io/nodekit-cli/issues"
},
"homepage": "https://github.com/nodekit-io/nodekit-cli#readme",
"dependencies": {
"aliasify": "^2.0.0",
"ansi": "^0.3.1",
"bplist-parser": "^0.1.1",
"chalk": "^1.1.3",
"compression": "^1.6.2",
"cordova-js": "4.x.x",
"cordova-registry-mapper": "1.x",
"dep-graph": "1.1.0",
"dependency-ls": "^1.0.0",
"elementtree": "0.1.7",
"express": "^4.14.0",
"glob": "^7.1.1",
"init-package-json": "^1.9.4",
"insight": "~0.8.2",
"ios-sim": "^5.0.8",
"is-url": "^1.2.2",
"minimatch": "^3.0.3",
"nodekit-sample": "^0.8.15",
"nopt": "4.0.1",
"npm": "^4.2.x",
"opener": "1.4.3",
"osenv": "^0.1.3",
"plist": "^2.0.1",
"properties-parser": "^0.3.1",
"q": "1.4.1",
"request": "2.79.0",
"semver": "^5.3.x",
"shelljs": "^0.7.4",
"tar": "2.2.1",
"underscore": "1.8.3",
"unorm": "^1.4.1",
"update-notifier": "^2.1.0",
"valid-identifier": "0.0.1",
"xcode": "^0.9.1",
"xml2js": "^0.4.17"
},
"devDependencies": {
"cordova": "6.x.x",
"cordova-android": "6.x.x",
"cordova-common": "2.x.x",
"cordova-create": "1.x.x",
"cordova-fetch": "1.x.x",
"cordova-ios": "4.x.x",
"cordova-lib": "6.x.x",
"cordova-osx": "4.x.x",
"cordova-serve": "^1.x.x",
"cordova-windows": "5.x.x",
"require-self": "*",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-filter": "^5.0.0",
"gulp-rename": "*",
"gulp-replace": "*"
}
}