event-listener-with-options
Version:
Polyfill for EventTarget options object support
53 lines (52 loc) • 1.4 kB
JSON
{
"name": "event-listener-with-options",
"version": "1.1.0",
"description": "Polyfill for EventTarget options object support",
"main": "js/index.js",
"sideEffects": [
"./js/polyfill.js"
],
"scripts": {
"prepare": "rimraf js/ && babel -s inline -d js/ src/ && flow-copy-source -v src js",
"test": "yarn run lint && flow check && mocha && tsc",
"lint": "eslint .",
"lint-fix": "eslint . --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Macil/event-listener-with-options.git"
},
"keywords": [
"addEventListener",
"removeEventListener",
"EventTarget",
"polyfill"
],
"author": "Chris Cowan <agentme49@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Macil/event-listener-with-options/issues"
},
"homepage": "https://github.com/Macil/event-listener-with-options#readme",
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"@babel/preset-flow": "^7.0.0",
"@babel/register": "^7.0.0",
"babel-eslint": "^10.0.0",
"eslint": "^5.6.0",
"eslint-plugin-flowtype": "^2.34.1",
"flow-bin": "^0.81.0",
"flow-copy-source": "^2.0.0",
"mocha": "^5.2.0",
"rimraf": "^2.6.1",
"sinon": "^6.0.0",
"typescript": "^3.0.3"
},
"greenkeeper": {
"ignore": [
"flow-bin"
]
}
}