UNPKG

nodejs-shell-cmd-context

Version:

A context object for communication between shell and commands.

29 lines (28 loc) 744 B
{ "name": "nodejs-shell-cmd-context", "version": "1.0.5", "description": "A context object for communication between shell and commands.", "main": "src/Context.js", "scripts": { "postinstall" : "node -e \"try{require('fs').symlinkSync('../src','node_modules/src','dir')}catch(e){}\"", "test": "node_modules/sirrobert-test-vows/node_modules/vows/bin/vows" }, "repository": { "type": "git", "url": "git@bitbucket.com:sirrobert/nodejs-shell-cmd-context.git" }, "keywords": [ "node", "shell", "nodeshell", "nodejs-shell", "nodejs-shell-cmd", "command", "context" ], "author": "Sir Robert Burbridge", "license": "MIT", "dependencies": { "sirrobert-test-vows": "^1.3.7" } }