{
  "name": "@haoc-labs/mygreat",
  "version": "1.0.2",
  "description": "Agnostic migration tool",
  "main": "index.js",
  "homepage": "https://github.com/haoc-labs/mygreat#readme",
  "repository": "git@github.com:haoc-labs/mygreat.git",
  "bugs": {
    "url": "https://github.com/haoc-labs/mygreat/issues"
  },
  "contributors": [
    "Rafael Willians <me@rwillians.com>"
  ],
  "license": "MIT",
  "engines": [
    "node >= 7.6.0"
  ],
  "scripts": {
    "test": "mocha specs --check-leaks --full-trace --use_strict --recursive --require ./specs/spec-helper.js"
  },
  "bin": {
    "mygreat": "./bin/mygreat"
  },
  "dependencies": {
    "commander": "^2.11.0",
    "glob": "^7.1.2",
    "lodash.sortby": "^4.7.0",
    "shasum": "^1.0.2",
    "uuid": "^3.1.0"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-shallow-deep-equal": "^1.4.6",
    "mocha": "^3.5.3",
    "sinon": "^3.3.0",
    "sinon-chai": "^2.13.0"
  }
}
