-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
34 lines (32 loc) · 1003 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
{
"name": "strolch-wc-parameter-input",
"description": "Strolch WebComponent Parameter Input",
"version": "0.1.7",
"authors": [
"Robert von Burg"
],
"keywords": [
"strolch",
"parameter",
"input"
],
"main": "strolch-wc-parameter-input.html",
"private": true,
"repository": {
"type": "git",
"url": "[email protected]:strolch-li/strolch-wc-parameter-input.git"
},
"license": "https://github.com/strolch-li/strolch-wc-parameter-input/blob/master/LICENSE",
"homepage": "https://github.com/strolch-li/strolch-wc-parameter-input",
"ignore": [],
"dependencies": {
"polymer": "Polymer/polymer#^1.12.0",
"strolchjs": "strolch-li/strolchjs#^0.5.3",
"strolch-wc-styles": "strolch-li/strolch-wc-styles#^0.4.7",
"strolch-wc-localize-behavior": "strolch-li/strolch-wc-localize-behavior#^1.1.17",
"paper-input": "PolymerElements/paper-input#^1.2.1",
"paper-checkbox": "PolymerElements/paper-checkbox#^1.4.2"
},
"devDependencies": {
}
}