aswi2020vldc-gitlab/templetes/node_modules/component-emitter/package.json @ 143404cb
1 | 3a515b92 | cagy | {
|
---|---|---|---|
2 | "name": "component-emitter", |
||
3 | "description": "Event emitter", |
||
4 | "version": "1.3.0", |
||
5 | "license": "MIT", |
||
6 | "devDependencies": { |
||
7 | "mocha": "*", |
||
8 | "should": "*" |
||
9 | }, |
||
10 | "component": { |
||
11 | "scripts": { |
||
12 | "emitter/index.js": "index.js" |
||
13 | } |
||
14 | }, |
||
15 | "main": "index.js", |
||
16 | "repository": { |
||
17 | "type": "git", |
||
18 | "url": "https://github.com/component/emitter.git" |
||
19 | }, |
||
20 | "scripts": { |
||
21 | "test": "make test" |
||
22 | }, |
||
23 | "files": [ |
||
24 | "index.js", |
||
25 | "LICENSE" |
||
26 | ] |
||
27 | }
|