bubbly
Version:
Shorthand for event handling
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "bubbly",
"version": "1.1.2",
"description": "Shorthand for event handling",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"pretest": "standard",
"test": "mocha",
"build": "mkdir -p lib && babel src/index.js --out-file lib/index.js",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/migme/bubbly.git"
},
"keywords": [
"event",
"customevent",
"eventtarget"
],
"author": "Sebastiaan Deckers <seb@ninja.sg>",
"license": "ISC",
"bugs": {
"url": "https://github.com/migme/bubbly/issues"
},
"homepage": "https://github.com/migme/bubbly#readme",
"devDependencies": {
"babel": "^5.6.23",
"babel-eslint": "^3.1.23",
"chai": "^3.2.0",
"customevent-shim": "^0.1.0",
"event-target-shim": "^1.0.5",
"mocha": "^2.2.5",
"sinon": "^1.15.4",
"sinon-chai": "^2.8.0",
"standard": "^5.0.0-2"
},
"standard": {
"parser": "babel-eslint"
},
"browserify": {
"transform": [
"babelify"
]
}
}