UNPKG

sx

Version:

Javascript's command-line swiss army knife

37 lines (36 loc) 696 B
{ "name": "sx", "description": "Javascript's command-line swiss army knife", "keywords": [ "sx", "command-line", "cli", "swiss army knife", "tool", "multi-purpose", "pipe", "plugin" ], "author": "aynik", "version": "0.1.5", "preferGlobal": true, "repository": { "type": "git", "url": "https://github.com/aynik/sx.git" }, "bugs": { "url": "https://github.com/aynik/sx/issues" }, "bin": { "sx": "./bin/sx", "isx": "./bin/isx" }, "dependencies": { "colors": "^1.0.3", "commander": ">=2.3.0", "node-jsjs": "^0.1.7" }, "devDependencies": { "tape": ">=2.13.4" }, "scripts": { "test": "tape test/*" } }