{
  "name": "guld-spawn",
  "main": "./index.js",
  "version": "2.0.4",
  "description": "Promisified process spawner for node or chrome native messenger. Chrome native messenger must be installed and called from a paired chrome extension. With stdin support and optional stderr redirect to stdout.",
  "repository": "https://bitbucket.org/guld/tech-js-node_modules-guld-spawn",
  "author": "isysd <public@iramiller.com>",
  "license": "MIT",
  "scripts": {
    "lint": "eslint --env browser *.js*",
    "fix": "eslint --fix *.js*",
    "test": "mocha test/*.js",
    "test:lint": "npm run lint && npm run test"
  },
  "dependencies": {
    "guld-env": "^2.0.6"
  },
  "devDependencies": {
    "eslint": "^5.5.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-json": "^1.2.1",
    "eslint-plugin-node": "^7.0.1",
    "eslint-plugin-promise": "^4.0.0",
    "eslint-plugin-standard": "^4.0.0",
    "pre-commit": "^1.2.2",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "npm-check-updates": "^2.14.2"
  },
  "pre-commit": [
    "lint"
  ],
  "readme": "README.md",
  "engines": {
    "node": ">=7"
  },
  "homepage": "https://guld.tech/lib/guld-spawn.html",
  "keywords": [
    "guld",
    "node"
  ]
}
