source: trip-planner-front/node_modules/component-emitter/package.json@ 6c1585f

Last change on this file since 6c1585f was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago

initial commit

  • Property mode set to 100644
File size: 466 bytes
Line 
1{
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}
Note: See TracBrowser for help on using the repository browser.