Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
azk / usr / lib / azk / node_modules / child-process-promise / package.json
Size: Mime:
{
  "name": "child-process-promise",
  "version": "1.0.0",
  "description": "Simple wrapper around the \"child_process\" module that makes use of promises",
  "main": "lib/index.js",
  "scripts": {
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/patrick-steele-idem/child-process-promise.git"
  },
  "keywords": [
    "child",
    "process",
    "promises"
  ],
  "author": {
    "name": "Patrick Steele-Idem",
    "email": "pnidem@gmail.com"
  },
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/patrick-steele-idem/child-process-promise/issues"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "dependencies": {
    "q": "~0.9.6"
  },
  "gitHead": "0786cb8f9d7f46fb201affb4ccd0abb8adbab6cd",
  "homepage": "https://github.com/patrick-steele-idem/child-process-promise",
  "_id": "child-process-promise@1.0.0",
  "_shasum": "e564b06bc70ed7a1691567d78734f03bba0afc04",
  "_from": "child-process-promise@^1.0.0",
  "_npmVersion": "2.0.2",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "pnidem",
    "email": "pnidem@gmail.com"
  },
  "maintainers": [
    {
      "name": "psteeleidem",
      "email": "psteeleidem@ebay.com"
    },
    {
      "name": "pnidem",
      "email": "pnidem@gmail.com"
    }
  ],
  "dist": {
    "shasum": "e564b06bc70ed7a1691567d78734f03bba0afc04",
    "tarball": "http://registry.npmjs.org/child-process-promise/-/child-process-promise-1.0.0.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/child-process-promise/-/child-process-promise-1.0.0.tgz",
  "readme": "ERROR: No README data found!"
}