{
  "name": "@darkobits/formation",
  "version": "1.0.0",
  "license": "WTFPL",
  "contributors": [
    {
      "name": "Joshua Martin",
      "email": "joshua@frontlawn.net"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/darkobits/formation.git"
  },
  "engines": {
    "npm": ">=4.x",
    "node": ">=6.x"
  },
  "files": [
    "dist"
  ],
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf dist",
    "lint": "xo",
    "test": "jest",
    "test:watch": "npm t -- --watch",
    "test:coverage": "npm t -- --coverage",
    "prebuild": "run-p clean lint",
    "build": "webpack --env.dist --progress",
    "build:watch": "npm run build -- --watch",
    "bundle-stats": "webpack --env.stats --env.dist",
    "prepublish": "run-p test build",
    "postpublish": "npm dist-tag ls"
  },
  "peerDependencies": {
    "angular": "^1.5.0",
    "angular-messages": "^1.5.0",
    "babel-polyfill": "6.x"
  },
  "dependencies": {
    "@darkobits/interface": "1.x",
    "is-plain-object": "2.0.x",
    "ramda": "0.24.x"
  },
  "devDependencies": {
    "@darkobits/unity": "1.x",
    "babel-jest": "21.x",
    "babel-loader": "7.x",
    "babel-plugin-angularjs-annotate": "0.8.x",
    "babel-polyfill": "6.x",
    "babel-preset-env": "1.6.x",
    "eslint": "4.x",
    "jest": "21.x",
    "npm-run-all": "4.x",
    "rimraf": "2.6.x",
    "webpack": "3.x",
    "webpack-visualizer-plugin": "0.1.x",
    "xo": "0.18.x"
  },
  "xo": false
}
