UNPKG

oxe-cli

Version:

Oxe command line interface program for Oxe applications.

37 lines (36 loc) 773 B
{ "name": "oxe-cli", "version": "2.3.0", "description": "Oxe command line interface program for Oxe applications.", "bin": { "oxe": "bin/index.js" }, "scripts": { "t": "node bin -s tst", "c": "rm -r tst/dev && mkdir tst/dev && node bin -c tst/src tst/dev" }, "repository": { "type": "git", "url": "git+https://github.com/AlexanderElias/oxe-cli.git" }, "author": "Alexander Elias", "license": "MPL-2.0", "bugs": { "url": "https://github.com/AlexanderElias/oxe-cli/issues" }, "homepage": "https://github.com/AlexanderElias/oxe-cli#readme", "keywords": [ "cli", "oxe" ], "dependencies": { "cliy": "^1.4.3", "fsep": "^3.0.1", "jsdom": "^13.2.0", "porty": "^3.1.1", "servey": "^5.2.4" }, "devDependencies": { "oxe": "^4.10.1" } }