123456789101112131415161718192021222324252627282930 |
- {
- "name": "component-emitter",
- "description": "Event emitter",
- "version": "1.3.0",
- "license": "MIT",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "component": {
- "scripts": {
- "emitter/index.js": "index.js"
- }
- },
- "main": "index.js",
- "repository": {
- "type": "git",
- "url": "https://github.com/component/emitter.git"
- },
- "scripts": {
- "test": "make test"
- },
- "files": [
- "index.js",
- "LICENSE"
- ],
- "__npminstall_done": true,
- "_from": "component-emitter@1.3.0",
- "_resolved": "https://registry.npmmirror.com/component-emitter/-/component-emitter-1.3.0.tgz"
- }
|