-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.04 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.04 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
{
"name": "glg-toolkit",
"version": "0.0.3",
"descrption": "Just like ui-toolkit, but all GLG style specific",
"devDependencies": {
"glg-recommended-cm": "git+https://github.com/custom-elements/glg-recommended-cm",
"glg-tag-cm": "git+https://github.com/custom-elements/glg-tag-cm",
"glg-fonts": "git+https://github.com/custom-elements/glg-fonts#master",
"glg-betagroup": "git+https://github.com/custom-elements/glg-betagroup#master",
"polymer-build": "git+https://github.com/custom-elements/polymer-tools#master",
"ui-toolkit": "git+https://github.com/custom-elements/ui-toolkit#master",
"ui-font-awesome": "git+https://github.com/custom-elements/ui-font-awesome",
"polymer": "git+https://github.com/custom-elements/polymer#master"
},
"repository": "git@github.com:Custom-Elements/glg-toolkit.git",
"license": "ISC",
"scripts": {
"prepublish": "make build",
"test": "make test"
},
"files": [
"build"
],
"dependencies": {
"polymer": "git+https://github.com/custom-elements/polymer#master"
}
}