{
  "name": "@desicochrane/machine",
  "version": "0.2.4",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "jest",
    "prepublish": "babel --presets @babel/preset-env Machine.js -o index.js",
    "coveralls": "jest --coverage && cat ./coverage/lcov.info | coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/desicochrane/machine.git"
  },
  "keywords": [],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/desicochrane/machine/issues"
  },
  "homepage": "https://github.com/desicochrane/machine#readme",
  "devDependencies": {
    "@babel/cli": "^7.2.3",
    "@babel/core": "^7.2.2",
    "@babel/node": "^7.2.2",
    "@babel/preset-env": "^7.2.3",
    "@types/jest": "^23.3.10",
    "babel-core": "^7.0.0-bridge.0",
    "babel-jest": "^23.6.0",
    "coveralls": "^3.0.2",
    "jest": "^23.6.0"
  },
  "babel": {
    "presets": [
      "@babel/preset-env"
    ]
  }
}
