UNPKG

398 BJSONView Raw
1{
2 "name": "component-emitter",
3 "description": "Event emitter",
4 "version": "1.1.2",
5 "devDependencies": {
6 "mocha": "*",
7 "should": "*"
8 },
9 "component": {
10 "scripts": {
11 "emitter/index.js": "index.js"
12 }
13 },
14 "main": "index.js",
15 "repository": {
16 "type": "git",
17 "url": "https://github.com/component/emitter.git"
18 },
19 "scripts": {
20 "test": "make test"
21 }
22}