UNPKG

nodekit-cli

Version:

A command-line tool for creating {NK} NodeKit applications

26 lines (25 loc) 670 B
{ "name": "nodekit-cli-lib", "version": "1.0.0", "description": "Template for NodeKit Command Line", "author": "OffGrid Networks", "license": "Apache-2.0", "scripts": { "prepublish": "rm -rf node_modules_bundle && mv node_modules node_modules_bundle", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/nodekit-io/nodekit-cli.git" }, "main": "bin/nodekit-cli/Api.js", "dependencies": { "elementtree": "^0.1.6", "node-uuid": "^1.4.3", "nopt": "^3.0.4", "q": "^1.4.1", "semver": "^5.3.0", "shelljs": "^0.5.3", "winjs": "^4.4.0" } }