{
  "name": "ganglion-impulse",
  "version": "0.4.2",
  "description": "A JavaScript library that transmits impulses from a central ganglion, triggering chain of actions.",
  "main": "dist/ganglion.js",
  "scripts": {
    "build": "babel lib/ganglion.js --out-file dist/ganglion.js",
    "pretest": "eslint .",
    "test": "mocha --compilers js:babel/register test/**/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/garth/ganglion-impulse.git"
  },
  "keywords": [
    "central",
    "messaging",
    "action",
    "ganglion",
    "fiber",
    "impulse"
  ],
  "author": "Garth Williams",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/garth/ganglion-impulse/issues"
  },
  "homepage": "https://github.com/garth/ganglion-impulse#readme",
  "devDependencies": {
    "babel": "^5.5.8",
    "chai": "^3.0.0",
    "eslint": "^0.23.0",
    "mocha": "^2.2.5"
  }
}
