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