forked from jarek-foksa/xel
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 931 Bytes
/
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
{
"name": "xel",
"version": "0.0.220",
"description": "Widget toolkit for building native-like Electron, NW.js and Chrome apps",
"repository": {
"type": "git",
"url": "git+https://github.com/jarek-foksa/xel.git"
},
"keywords": [
"material",
"design",
"widget",
"toolkit",
"electron",
"nwjs",
"nw.js",
"macOS",
"desktop",
"ui",
"button",
"slider",
"tabs",
"card",
"menu",
"menubar",
"checkbox",
"radio",
"switch",
"select",
"dialog",
"drawer",
"popover",
"slider",
"throbber"
],
"author": "Jarosław Foksa",
"license": "MIT",
"bugs": {
"url": "https://github.com/jarek-foksa/xel/issues"
},
"homepage": "https://xel-toolkit.org/",
"scripts": {
"start": "firebase serve --only hosting"
},
"devDependencies": {
"fs-extra": "7.0.1",
"prismjs": "1.16.0",
"rollup": "1.9.0"
}
}