catdad/shellton

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "shellton",
  "version": "5.1.0",
  "description": "execute external processed with a simple API",
  "main": "shellton.js",
  "dependencies": {
    "async": "^2.0.1",
    "lodash": "^4.17.10"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "codeclimate-test-reporter": "^0.2.0",
    "is-io": "^1.0.1",
    "istanbul": "^0.4.2",
    "mocha": "^3.1.0",
    "mock-stdio": "^1.0.3",
    "node-stream": "^1.7.0",
    "rootrequire": "^1.0.0",
    "through2": "^2.0.0"
  },
  "scripts": {
    "test": "mocha",
    "coverage": "istanbul cover --dir coverage node_modules/mocha/bin/_mocha",
    "cov-report": "codeclimate-test-reporter < coverage/lcov.info",
    "mocha": "mocha",
    "dot": "mocha --reporter dot"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/catdad/shellton.git"
  },
  "author": "Kiril Vatev",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/catdad/shellton/issues"
  },
  "homepage": "https://github.com/catdad/shellton#readme",
  "directories": {
    "test": "test"
  },
  "keywords": [
    "unix",
    "shell",
    "exec",
    "spawn",
    "command"
  ]
}