{
  "name": "evee",
  "version": "2.1.0",
  "description": "The lightweight ES6 event library.",
  "main": "dist/evee.js",
  "scripts": {
    "build": "cp lib/evee.js ./es6.js && node_modules/.bin/babel lib/ -d dist/",
    "test": "node_modules/.bin/mocha test.js",
    "bench": "node benchmark.js",
    "test-dev": "npm run-script build && npm run-script test",
    "bench-dev": "npm run-script build && npm run-script bench",
    "prepublish": "npm run-script build"
  },
  "files": [
    "lib",
    "dist",
    "index.js",
    "examples/tonic.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SplittyDev/evee.js.git"
  },
  "keywords": [
    "event",
    "events",
    "dispatch",
    "subscribe",
    "async"
  ],
  "author": "SplittyDev",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/SplittyDev/evee.js/issues"
  },
  "homepage": "https://github.com/SplittyDev/evee.js#readme",
  "devDependencies": {
    "babel-cli": "^6.11.4",
    "babel-preset-es2015": "^6.13.2",
    "benchmark": "^2.1.1",
    "mocha": "^3.0.2"
  },
  "tonicExampleFilename": "examples/tonic.js",
  "runkitExampleFilename": "examples/tonic.js"
}
