{
  "name": "event-to-promise",
  "version": "0.8.0",
  "license": "MIT",
  "description": "Create a promise waiting for an event",
  "keywords": [
    "event",
    "promise"
  ],
  "homepage": "https://github.com/JsCommunity/event-to-promise",
  "bugs": "https://github.com/JsCommunity/event-to-promise/issues",
  "author": {
    "name": "Julien Fontanet",
    "email": "julien.fontanet@isonoe.net",
    "url": "http://julien.isonoe.net"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/JsCommunity/event-to-promise"
  },
  "devDependencies": {
    "browserify": "^14.1.0",
    "husky": "^0.13.1",
    "jest": "^19.0.2",
    "native-promise-only": "^0.8.1",
    "standard": "^9.0.0",
    "uglify-js": "^2.8.3"
  },
  "scripts": {
    "commitmsg": "yarn test",
    "dev-test": "jest --watch",
    "lint": "standard",
    "prepublish": "mkdir -p dist && browserify -s eventToPromise index.js | uglifyjs -c > dist/event-to-promise.js",
    "posttest": "npm run lint",
    "test": "jest"
  },
  "files": [
    "dist/",
    "index.js"
  ]
}
