-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.06 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
{
"name": "@webqit/playui",
"title": "Play UI",
"description": "Play UI development suite.",
"keywords": [
"OOHTML",
"CLI"
],
"homepage": "https://webqit.io/tooling/play-ui",
"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",
"scripts": {
"postpublish": "git push && git push --tags"
},
"devDependencies": {
"@webqit/oohtml-ssr": "^1.2.15"
},
"author": "Oxford Harrison <oxharris.dev@gmail.com>",
"maintainers": [
"Oxford Harrison <oxharris.dev@gmail.com>"
],
"contributors": [],
"funding": {
"type": "patreon",
"url": "https://patreon.com/ox_harris"
},
"badges": {
"list": [
"npmversion",
"npmdownloads",
"patreon"
],
"config": {
"patreonUsername": "ox_harris",
"githubUsername": "webqit",
"githubRepository": "play-ui",
"githubSlug": "webqit/play-ui",
"npmPackageName": "@webqit/play-ui"
}
}
}