{
  "name": "nansible",
  "main": "lib/index.js",
  "description": "nansible is not ansible for node",
  "version": "4.0.2",
  "license": "MIT",
  "scripts": {
    "lint": "eslint lib",
    "prepublishOnly": "yarn lint && yarn test",
    "test": "mocha 'lib/**/*.test.js' --reporter dot",
    "test:coverage": "nyc --reporter=text --reporter=text-summary --reporter=html mocha 'lib/**/*.test.js'"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:amireh/nansible"
  },
  "author": {
    "name": "Ahmad Amireh",
    "email": "ahmad@instructure.com"
  },
  "dependencies": {
    "chalk": "2.1.0",
    "js-yaml": "3.10.0",
    "ora": "1.3.0",
    "prompt-sync": "4.1.5",
    "ramda": "0.24.1"
  },
  "devDependencies": {
    "chai": "4.1.2",
    "eslint": "4.7.2",
    "mocha": "3.5.3",
    "nyc": "11.2.1",
    "sinon": "3.3.0"
  }
}
