-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 3.6 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 3.6 KB
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
{
"name": "ui-toolkit",
"version": "0.0.164",
"dependencies": {
"polymer": "git+https://github.com/custom-elements/polymer",
"polymer-serve": "0.0.36",
"ui-pages": "git+https://github.com/custom-elements/ui-pages",
"ui-tab": "git+https://github.com/custom-elements/ui-tab",
"ui-code": "git+https://github.com/custom-elements/ui-code",
"ui-markdown": "git+https://github.com/custom-elements/ui-markdown",
"ui-toc": "git+https://github.com/custom-elements/ui-toc",
"ui-pill": "git+https://github.com/custom-elements/ui-pill",
"ui-sparkline": "git+https://github.com/custom-elements/ui-sparkline",
"ui-navigation": "git+https://github.com/custom-elements/ui-navigation",
"ui-sidebar": "git+https://github.com/custom-elements/ui-sidebar",
"ui-toast": "git+https://github.com/custom-elements/ui-toast",
"ui-button": "git+https://github.com/custom-elements/ui-button",
"ui-switch": "git+https://github.com/custom-elements/ui-switch",
"ui-check": "git+https://github.com/custom-elements/ui-check",
"ui-fast-picker": "git+https://github.com/custom-elements/ui-fast-picker",
"ui-fonts": "^0.0.1",
"ui-hotkey": "git+https://github.com/custom-elements/ui-hotkey",
"ui-input": "git+https://github.com/custom-elements/ui-input",
"ui-modal": "git+https://github.com/custom-elements/ui-modal",
"ui-overlay": "git+https://github.com/custom-elements/ui-overlay",
"ui-progress": "git+https://github.com/custom-elements/ui-progress",
"ui-resizebox": "git+https://github.com/custom-elements/ui-resizebox",
"ui-styles": "git+https://github.com/custom-elements/ui-styles",
"ui-toolbar": "git+https://github.com/custom-elements/ui-toolbar",
"ui-tooltip": "git+https://github.com/custom-elements/ui-tooltip",
"ui-confirmation-questions": "git+https://github.com/custom-elements/ui-confirmation-questions",
"ui-typeahead": "git+https://github.com/custom-elements/ui-typeahead",
"glg-nectar": "git+https://github.com/custom-elements/glg-nectar#2.0.3",
"glg-name-match": "git+https://github.com/custom-elements/glg-name-match#1.0.2",
"glg-current-user": "git+https://github.com/custom-elements/glg-current-user#0.0.5",
"glg-taxonomy": "git+https://github.com/custom-elements/glg-taxonomy#elastic",
"glg-stats": "git+https://github.com/custom-elements/glg-stats",
"glg-tag-cm": "git+https://github.com/custom-elements/glg-tag-cm",
"glg-tag-project": "git+https://github.com/custom-elements/glg-tag-project",
"glg-token-service": "git+https://github.com/custom-elements/glg-token-service",
"ui-grid": "git+https://github.com/custom-elements/ui-grid",
"ui-filtered-grid": "git+https://github.com/custom-elements/ui-filtered-grid",
"ui-export-to-csv": "git+https://github.com/custom-elements/ui-export-to-csv",
"glg-compliance-blinky": "git+https://github.com/custom-elements/glg-compliance-blinky#master",
"glg-compliance-blinky-jwt": "git+https://github.com/custom-elements/glg-compliance-blinky-jwt#master",
"glg-hummingbird": "git+https://github.com/custom-elements/glg-hummingbird#0.1.4",
"ui-stats": "git+https://github.com/custom-elements/ui-stats",
"glg-logging-widget": "git+https://github.com/custom-elements/glg-logging-widget",
"glg-cm-card": "git+https://github.com/Custom-Elements/glg-cm-card",
"glg-cm-comments": "git+https://github.com/Custom-Elements/glg-cm-comments"
},
"repository": "https://github.com/custom-elements/ui-toolkit",
"license": "ISC",
"scripts": {
"start": "polymer-serve --precache .",
"test": "polymer-serve ."
},
"engines": {
"node": "6.9.2",
"npm": "2.5.1"
}
}