listen-js
Version:
Easily add, remove, and trigger events on anything
35 lines (34 loc) • 748 B
JSON
{
"name": "listen-js",
"version": "1.0.1",
"description": "Easily add, remove, and trigger events on anything",
"repository": {
"type": "git",
"url": "https://github.com/mkay581/listen-js.git"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"author": {
"name": "Mark Kennedy",
"url": "http://heyimmark.com"
},
"license": "MIT",
"keywords": [
"event listener",
"addEventListener",
"removeEventListener",
"dispatchEvent"
],
"main": "src/listen.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-build-tools": "^1.1.1",
"grunt-cli": "^0.1.13",
"load-grunt-tasks": "^3.1.0",
"sinon": "^1.14.1"
},
"scripts": {
"test": "grunt bt:test"
}
}