{
  "name": "matter-attractors-f",
  "description": "Unofficial updated version of matter-attractors (https://www.npmjs.com/package/matter-attractors)",
  "version": "0.1.7",
  "main": "build/matter-attractors-f.js",
  "license": "MIT",
  "homepage": "https://github.com/whxru/matter-attractors",
  "author": "whxru",
  "repository": {
    "type": "git",
    "url": "https://github.com/whxru/matter-attractors.git"
  },
  "keywords": [
    "matter-js",
    "plugin",
    "physics",
    "attractors"
  ],
  "scripts": {
    "build": "webpack",
    "dev": "webpack-dev-server --content-base docs/",
    "test": "mocha test",
    "lint": "eslint *.js test/*.js",
    "doc": "markdox *.js -o API.md",
    "release": "npm version minor -m 'release %s' && npm publish",
    "release-patch": "npm version patch -m 'release %s' && npm publish",
    "preversion": "npm run lint && npm run test",
    "version": "npm run build && npm run doc && git add -A index.js build docs API.md",
    "postversion": "git push && git push --tags"
  },
  "devDependencies": {
    "babel-core": "^6.22.1",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.22.0",
    "case": "^1.4.2",
    "chai": "^3.5.0",
    "eslint": "^3.14.1",
    "markdox": "^0.1.10",
    "matter-js": "^0.12.0",
    "matter-tools": "^0.10.0",
    "matter-wrap": "^0.1.2",
    "mocha": "^3.2.0",
    "replace-in-file": "^2.2.2",
    "uglify-js": "^3.4.9",
    "webpack": "^2.2.1",
    "webpack-dev-server": "^1.16.3"
  },
  "dependencies": {}
}
