occurrence
Version:
Handle browser events.
36 lines (35 loc) • 751 B
JSON
{
"name": "occurrence",
"version": "0.0.6",
"description": "Handle browser events.",
"main": "occurrence.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ernysans/occurrence.git"
},
"keywords": [
"occurrence",
"erny",
"sans",
"js",
"javascript",
"window",
"responsive"
],
"author": "Erny Sans (http://erny.co)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ernysans/occurrence/issues"
},
"homepage": "https://github.com/ernysans/occurrence#readme",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-beautify": "^2.0.0",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.7",
"gulp-umd": "^0.2.0"
}
}