-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
54 lines (54 loc) · 1.29 KB
/
bower.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
51
52
53
54
{
"name": "dsc-polymer-datatable",
"description": "",
"version": "0.0.1",
"authors": [
"Andre Luiz Haag <andreluizhaag@gmail.com>"
],
"keywords": [
"web-components",
"web-component",
"polymer",
"Discovery",
"datatable",
"scroll",
"effect",
"section",
"dsc"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test"
],
"main": "dsc-polymer-datatable.html",
"repository": {
"type": "git",
"url": "git://github.com/discovery-tecnologia/dsc-polymer-parallax"
},
"private": false,
"dependencies": {
"polymer": "polymer/polymer#^1.4.0",
"iron-test-helpers": "^1.4.0",
"iron-icons": "^1.2.0",
"paper-input": "^1.1.23",
"paper-icon-button": "^1.1.4",
"iron-icon": "^1.0.12",
"paper-checkbox": "^1.4.2",
"paper-styles": "^1.2.0",
"paper-tooltip": "^1.1.3",
"paper-dropdown-menu": "^1.5.0",
"paper-item": "^1.2.1",
"paper-listbox": "^1.1.2",
"paper-progress": "^1.0.11",
"iron-ajax": "^1.4.3"
},
"devDependencies": {
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0",
"iron-test-helpers": "polymerelements/iron-test-helpers#^1.4.0"
}
}