ape-repo/ape-installing

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "ape-installing",
  "version": "1.1.1",
  "description": "ape framework module for installing modules.",
  "main": "lib",
  "scripts": {
    "test": "./ci/test.js"
  },
  "repository": "ape-repo/ape-installing",
  "keywords": [
    "ape",
    "installing"
  ],
  "author": {
    "name": "Taka Okunishi",
    "email": "okunishitaka.com@gmail.com",
    "url": "http://okunishitaka.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ape-repo/ape-installing/issues"
  },
  "homepage": "https://github.com/ape-repo/ape-installing#readme",
  "dependencies": {
    "ape-tmpl": "^2.0.10",
    "argx": "^2.0.1",
    "async": "^1.5.2",
    "colorprint": "^3.0.2",
    "execcli": "^3.0.1",
    "hasbin": "^1.2.1"
  },
  "devDependencies": {
    "ape-covering": "^2.0.2",
    "ape-releasing": "^2.0.1",
    "ape-reporting": "^2.0.3",
    "ape-tasking": "^2.0.2",
    "ape-testing": "^2.0.1",
    "ape-tmpl": "^2.0.10",
    "ape-updating": "^2.0.3",
    "coz": "^4.0.3",
    "injectmock": "^1.1.3",
    "sharegit": "^1.0.0"
  },
  "engines": {
    "node": ">=4.0.0"
  }
}