source: trip-planner-front/node_modules/custom-event/package.json@ 188ee53

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

initial commit

  • Property mode set to 100644
File size: 669 bytes
Line 
1{
2 "name": "custom-event",
3 "version": "1.0.1",
4 "description": "Cross-browser `CustomEvent` constructor",
5 "main": "index.js",
6 "scripts": {
7 "test": "make test"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/webmodules/custom-event.git"
12 },
13 "keywords": [
14 "dom",
15 "browser",
16 "event",
17 "custom",
18 "customevent",
19 "constructor"
20 ],
21 "author": "Nathan Rajlich <nathan@tootallnate.net> (http://n8.io/)",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/webmodules/custom-event/issues"
25 },
26 "homepage": "https://github.com/webmodules/custom-event",
27 "devDependencies": {
28 "zuul": "~1.16.3"
29 }
30}
Note: See TracBrowser for help on using the repository browser.