adamsiwiec/hexagon

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "hexagon-cli",
  "version": "1.2.1",
  "description": "Hexo theme and package manager",
  "main": "hpm.js",
  "author": "Adam Siwiec <brickmaster01@gmail.com>",
  "repository": "https://github.com/adamsiwiec/hexagon",
  "license": "MIT",
  "preferGlobal": true,
  "bin": {
    "hexagon": "hpm.js",
    "hexa": "hpm.js"
  },
  "dependencies": {
    "colors": "^1.3.3",
    "commander": "^2.20.0",
    "has-yarn": "^2.1.0",
    "node-cmd": "^3.0.0",
    "ora": "^3.4.0",
    "shelljs": "^0.8.3",
    "simple-git": "^1.117.0"
  },
  "scripts": {
    "test": "echo Sorry no tests currently "
  },
  "devDependencies": {
    "standard": "^12.0.1"
  }
}