-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
39 lines (39 loc) · 1007 Bytes
/
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
{
"name": "t-range",
"version": "1.1.2",
"authors": [
"Rahul Pilkhwal <rahul.pilkhwal@tavisca.com>",
"Shailesh Kumar Srivastava <ssrivastava@tavisca.com>",
"Sounak Pal <spal@tavisca.com>",
"Ajinkya Tejankar <tejankarajinkya@gmail.com>"
],
"description": "",
"main": "",
"moduleType": [],
"keywords": [
"Polymer",
"Web",
"Components"
],
"homepage": "",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.3",
"iron-icons": "PolymerElements/iron-icons#^1.0.3",
"paper-material": "PolymerElements/paper-material#^1.0.2",
"t-shared-components": "atomelements/t-shared-components#^1.0.0",
"polymer": "Polymer/polymer#^1.0.0"
},
"devDependencies": {
"web-component-tester": "*",
"webcomponentsjs": "^0.7.14",
"iron-component-page": "PolymerElements/iron-component-page#^1.0.6"
}
}