| { |
| "bugs": { |
| "url": "https://github.com/component/emitter/issues" |
| }, |
| "bundleDependencies": false, |
| "component": { |
| "scripts": { |
| "emitter/index.js": "index.js" |
| } |
| }, |
| "deprecated": false, |
| "description": "Event emitter", |
| "devDependencies": { |
| "mocha": "*", |
| "should": "*" |
| }, |
| "files": [ |
| "index.js", |
| "LICENSE" |
| ], |
| "homepage": "https://github.com/component/emitter#readme", |
| "license": "MIT", |
| "main": "index.js", |
| "name": "component-emitter", |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/component/emitter.git" |
| }, |
| "scripts": { |
| "test": "make test" |
| }, |
| "version": "1.2.1" |
| } |