UNPKG

patriot

Version:

Patriot command-line interface and node.js library.

38 lines (37 loc) 938 B
{ "name": "patriot", "description": "Patriot command-line interface and node.js library.", "version": "3.3.1-0.1.2", "homepage": "http://github.com/sdiaz/patriot-cli", "keywords": [ "cli", "cordova", "patriot" ], "preferGlobal": "true", "main": "./lib/main.js", "bin": { "patriot": "./bin/patriot.js" }, "engines": { "node": ">=0.10.0" }, "dependencies": { "colors": "0.6.2", "cordova": "3.3.1-0.1.2", "node-static": "0.7.2", "optimist": "0.6.0", "pluralize": "0.0.5", "prompt": "0.2.11", "semver": "2.2.1", "shelljs": "0.1.4", "express": "3.x", "fs-extra": "0.8.1", "execSync": "*" }, "author": { "name": "Santiago Diaz", "email": "santiago.diazfernandez@gmail.com", "url": "http://www.linkedin.com/in/santiadodiazf" } }