UNPKG

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