forked from lix-project/lix-website
31 lines
669 B
JSON
31 lines
669 B
JSON
{
|
|
"name": "custom-event",
|
|
"version": "1.0.1",
|
|
"description": "Cross-browser `CustomEvent` constructor",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/webmodules/custom-event.git"
|
|
},
|
|
"keywords": [
|
|
"dom",
|
|
"browser",
|
|
"event",
|
|
"custom",
|
|
"customevent",
|
|
"constructor"
|
|
],
|
|
"author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/webmodules/custom-event/issues"
|
|
},
|
|
"homepage": "https://github.com/webmodules/custom-event",
|
|
"devDependencies": {
|
|
"zuul": "~1.16.3"
|
|
}
|
|
}
|