UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

46 lines (45 loc) 1.13 kB
{ "name": "exec-sh", "version": "0.2.0", "description": "Execute shell command forwarding all stdio.", "main": "lib/exec-sh.js", "scripts": { "test": "npm run cover-test && jshint", "cover-test": "istanbul cover --dir artifacts/coverage _mocha -- --reporter spec", "jshint": "jshint lib/ example/ test/", "dev": "mocha --reporter spec --watch", "jsdoc": "jsdoc --private --destination artifacts/jsdoc lib/" }, "repository": { "type": "git", "url": "git@github.com:tsertkov/exec-sh.git" }, "keywords": [ "exec", "spawn", "terminal", "console", "shell", "command", "child_process" ], "author": "Aleksandr Tsertkov <tsertkov@gmail.com>", "license": { "type": "MIT", "url": "https://github.com/tsertkov/exec-sh/blob/master/LICENSE" }, "bugs": { "url": "https://github.com/tsertkov/exec-sh/issues" }, "dependencies": { "merge": "^1.1.3" }, "devDependencies": { "coveralls": "^2.11.2", "istanbul": "^0.3.2", "jsdoc": "^3.3.0-alpha8", "jshint": "^2.5.1", "mocha": "^1.20.1", "sinon": "^1.10.2" } }