forked from PolymerElements/app-localize-behavior
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
62 lines (62 loc) · 2.02 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
55
56
57
58
59
60
61
62
{
"name": "app-localize-behavior",
"version": "2.0.1",
"description": "A behavior to help with internationalizating apps",
"authors": [
"The Polymer Authors"
],
"keywords": [
"web-components",
"polymer",
"i18n",
"translation",
"localization"
],
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/polymerelements/app-localize-behavior"
},
"license": "http://polymer.github.io/LICENSE.txt",
"homepage": "https://github.com/polymerelements/app-localize-behavior",
"ignore": [],
"dependencies": {
"iron-ajax": "PolymerElements/iron-ajax#1 - 2",
"intl-messageformat": "yahoo/intl-messageformat#^1.0.0",
"polymer": "Polymer/polymer#1.9 - 2"
},
"devDependencies": {
"intl": "andyearnshaw/intl.js#^1.0.0",
"iron-component-page": "PolymerElements/iron-component-page#1 - 2",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#1 - 2",
"paper-toggle-button": "PolymerElements/paper-toggle-button#1 - 2",
"paper-styles": "PolymerElements/paper-styles#1 - 2",
"test-fixture": "PolymerElements/test-fixture#^3.0.0-rc.1",
"web-component-tester": "^6.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^1.0.0"
},
"main": "app-localize-behavior.html",
"variants": {
"1.x": {
"dependencies": {
"iron-ajax": "PolymerElements/iron-ajax#^1.0.0",
"polymer": "Polymer/polymer#^1.9"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#^1.0.0",
"iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
"paper-toggle-button": "PolymerElements/paper-toggle-button#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
"web-component-tester": "^4.0.0",
"test-fixture": "PolymerElements/test-fixture#^1.0.0"
},
"resolutions": {
"webcomponentsjs": "^0.7"
}
}
},
"resolutions": {
"webcomponentsjs": "^1.0.0"
}
}