{
  "name": "async-pubsub",
  "version": "1.0.2",
  "description": "async pubsub",
  "main": "pubsub.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack-dev-server --devtool eval --inline --progress --colors --hot --port 9090"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/karzanOnline/async-pubsub.git"
  },
  "keywords": [
    "async",
    "pubsub"
  ],
  "author": "karzan",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/karzanOnline/async-pubsub/issues"
  },
  "homepage": "https://github.com/karzanOnline/async-pubsub#readme",
  "dependencies": {
    "babel-cli": "^6.14.0",
    "babel-core": "^6.14.0",
    "babel-loader": "latest",
    "babel-preset-es2015": "^6.14.0",
    "chai": "~3.4.1",
    "co": "^4.6.0",
    "mocha": "^2.1.0",
    "mochawesome": "^1.2.2",
    "webpack": "~1.12.6",
    "webpack-dev-server": "latest",
    "webpack-require-http": "latest"
  },
  "devDependencies": {
    "babel-polyfill": "^6.16.0"
  }
}
