UNPKG

1.12 kBJSONView Raw
1{
2 "name": "@pres/components-inform",
3 "version": "0.3.19",
4 "description": "Core components 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 "dependencies": {
18 "@pres/components-core": "^0.3.19",
19 "@pres/components-form": "^0.3.19",
20 "@pres/components-layout": "^0.3.19",
21 "@pres/components-text": "^0.3.19",
22 "@pres/enum-events": "^0.3.19"
23 },
24 "repository": {
25 "type": "git",
26 "url": "git+https://github.com/hoyeungw/pres/components-inform.git"
27 },
28 "keywords": [
29 "pres",
30 "process",
31 "signal-handler",
32 "components-inform"
33 ],
34 "author": {
35 "name": "Hoyeung Wong",
36 "email": "hoyeungw@outlook.com",
37 "url": "https://github.com/hoyeungw"
38 },
39 "license": "MIT",
40 "bugs": {
41 "url": "https://github.com/hoyeungw/pres/cluster"
42 },
43 "homepage": "https://github.com/hoyeungw/pres/cluster#readme",
44 "gitHead": "d193eb1275193575acf81e1a283d30e251bd28e6"
45}