123456789101112131415161718192021222324252627282930 |
- {
- "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"
- }
- }
|