| 123456789101112131415161718192021 |
- {
- "name": "emitter-component",
- "description": "Event emitter",
- "version": "1.1.1",
- "devDependencies": {
- "mocha": "*",
- "should": "*"
- },
- "component": {
- "scripts": {
- "emitter": "index.js"
- }
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/component/emitter.git"
- },
- "scripts": {
- "test": "make test"
- }
- }
|