-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.69 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.69 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
{
"name": "glg-doit",
"version": "0.0.0",
"dependencies": {
"bower": "^1.3.12",
"epiquery2": "git+https://github.com/wballard/epiquery2.git",
"glg-current-user": "git+https://github.com/custom-elements/glg-current-user#0.0.5",
"lodash": "^2.4.1",
"moment": "^2.8.3",
"node-uuid": "^1.4.2",
"hummingbird": "git+https://github.com/glg/hummingbird.js#master",
"polymer": "git+https://github.com/custom-elements/polymer#master",
"polymer-serve": "git+https://github.com/custom-elements/polymer-serve#master",
"ui-attention": "git+https://github.com/custom-elements/ui-attention#master",
"ui-avatar": "git+https://github.com/custom-elements/ui-avatar#master",
"ui-button": "git+https://github.com/custom-elements/ui-button#master",
"ui-check": "git+https://github.com/custom-elements/ui-check#master",
"ui-fonts": "git+https://github.com/custom-elements/ui-fonts#master",
"ui-form": "git+https://github.com/custom-elements/ui-form#master",
"ui-input": "git+https://github.com/custom-elements/ui-input#master",
"ui-markdown": "git+https://github.com/custom-elements/ui-markdown#master",
"ui-pages": "git+https://github.com/custom-elements/ui-pages#master",
"ui-preview": "git+https://github.com/custom-elements/ui-preview#master",
"ui-styles": "git+https://github.com/custom-elements/ui-styles#master",
"ui-tab": "git+https://github.com/custom-elements/ui-tab#master",
"ui-navigation": "git+https://github.com/custom-elements/ui-navigation#master",
"ui-typeahead": "git+https://github.com/custom-elements/ui-typeahead#master"
},
"license": "ISC",
"scripts": {
"test": "polymer-serve .",
"postinstall": "bower install"
}
}