-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.65 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "@webqit/playui-js",
"title": "Play UI JavaScript",
"description": "Modern UI suite and web component library.",
"keywords": [
"plot-js",
"play-js",
"plot-css",
"play-css",
"vivid-css",
"async-dom",
"animations",
"events",
"gestures",
"UI geometry",
"webcomponents"
],
"homepage": "https://webqit.io/tooling/play-ui/docs/getting-started/overview#play-ui-javascript",
"version": "0.3.19",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/webqit/play-ui.git"
},
"bugs": {
"url": "https://github.com/webqit/play-ui/issues"
},
"type": "module",
"sideEffects": false,
"browser": {
"fs": false
},
"main": "./src/index.js",
"scripts": {
"test": "mocha --extension .test.js --exit",
"test:coverage": "c8 --reporter=text-lcov npm run test | coveralls",
"build": "esbuild main=src/targets.browser.js --bundle --minify --sourcemap --outdir=dist",
"preversion": "npm run build && git add -A dist",
"postversion": "npm publish",
"postpublish": "git push && git push --tags"
},
"dependencies": {
"@webqit/browser-pie": "^0.0.16",
"@webqit/util": "^0.8.7"
},
"devDependencies": {
"chai": "^4.3.4",
"coveralls": "^3.1.1",
"lerna": "^3.22.1",
"mocha-lcov-reporter": "^1.3.0",
"esbuild": "^0.15.16"
},
"author": {
"name": "Oxford Harrison",
"email": "[email protected]"
},
"maintainers": [
{
"name": "Oxford Harrison",
"email": "[email protected]"
}
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
}
}