{
  "name": "xstate",
  "version": "1.0.0",
  "description": "Simple JavaScript Finite State Machines.",
  "main": "lib/index.js",
  "scripts": {
    "start": "rollup -c",
    "test": "mocha --require ts-node/register test/**.ts test/**/*.ts",
    "build": "rollup -c",
    "version": "npm run build",
    "postversion": "git push && git push --tags",
    "prepublish": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidkpiano/xstate.git"
  },
  "author": "David Khourshid <davidkpiano@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidkpiano/xstate/issues"
  },
  "homepage": "https://github.com/davidkpiano/xstate#readme",
  "devDependencies": {
    "@types/chai": "^3.5.0",
    "@types/mocha": "^2.2.40",
    "babel-core": "^6.5.2",
    "babel-loader": "^6.2.4",
    "babel-preset-es2015": "^6.5.0",
    "babel-preset-stage-0": "^6.5.0",
    "babel-preset-stage-2": "^6.5.0",
    "babel-register": "^6.5.2",
    "chai": "^3.4.1",
    "chai-subset": "^1.1.0",
    "mocha": "^2.4.5",
    "prettier": "^1.5.2",
    "rollup": "^0.41.6",
    "rollup-plugin-alias": "^1.3.0",
    "rollup-plugin-filesize": "^1.3.2",
    "rollup-plugin-node-resolve": "^3.0.0",
    "rollup-plugin-ts": "^0.1.0",
    "rollup-plugin-typescript": "^0.8.1",
    "rollup-watch": "^3.2.2",
    "ts-node": "^3.0.2",
    "tslint": "^5.4.3",
    "typescript": "^2.4.1"
  },
  "dependencies": {
    "icepick": "^2.0.0"
  }
}
