UNPKG

844 BJSONView Raw
1{
2 "name": "@pres/enum-events",
3 "version": "0.3.20",
4 "description": "Events for pres",
5 "main": "dist/index.cjs.js",
6 "module": "dist/index.esm.js",
7 "files": [
8 "dist"
9 ],
10 "publishConfig": {
11 "access": "public"
12 },
13 "scripts": {
14 "pub": "npm publish",
15 "test": "node -r @babel/register test/test.index.js"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/hoyeungw/pres/alias.git"
20 },
21 "keywords": [
22 "pres",
23 "process",
24 "signal-handler",
25 "alias"
26 ],
27 "author": {
28 "name": "Hoyeung Wong",
29 "email": "hoyeungw@outlook.com",
30 "url": "https://github.com/hoyeungw"
31 },
32 "license": "MIT",
33 "bugs": {
34 "url": "https://github.com/hoyeungw/pres"
35 },
36 "homepage": "https://github.com/hoyeungw/pres#readme",
37 "gitHead": "0cb1779aea45132f9e52f13164d515c6b17ef26d"
38}