UNPKG

nodekit-cli

Version:

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

24 lines (23 loc) 630 B
{ "name": "nodekit-android", "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", "nopt": "^3.0.1", "properties-parser": "^0.2.3", "q": "^1.4.1", "shelljs": "^0.5.3" } }