{
  "name": "haikro",
  "version": "2.5.1",
  "main": "main.js",
  "bin": {
    "haikro": "bin/haikro.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/matthew-andrews/haikro.git"
  },
  "scripts": {
    "jshint": "jshint `npm run -s js-files`",
    "lintspaces": "lintspaces -i js-comments -e .editorconfig `npm run -s js-files`",
    "js-files": "find . -name '*.js' ! -path './node_modules/*'",
    "test": "npm run jshint && npm run lintspaces && mocha test/*.test.js"
  },
  "dependencies": {
    "denodeify": "^1.1.2",
    "glob": "^5.0.5",
    "node-fetch": "^2.6.1",
    "semver": "^4.3.3",
    "shellpromise": "^1.1.0"
  },
  "devDependencies": {
    "assert": "^2.0.0",
    "jshint": "^2.5.10",
    "lintspaces-cli": "^0.7.0",
    "mocha": "^8.1.3"
  }
}
