Icard/angular-clarity-master(work.../node_modules/custom-event/package.json

31 lines
669 B
JSON
Raw Normal View History

2024-07-16 14:55:36 +00:00
{
"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"
}
}