-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 826 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 826 Bytes
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
{
"name": "f-i18n",
"authors": [
"Martynas Kazlauskas <martynas@firmfirm.co>",
"Peter Kaske <p.kaske@gmail.com>",
"Eric Bidelman <ebidel@>"
],
"description": "Translation elements built with Polymer",
"keywords": [
"web-components",
"polymer",
"i18n",
"i10n",
"localization",
"internationalization",
"translation"
],
"main": "f-i18n-domain.html",
"license": "MIT",
"homepage": "https://github.com/firmfirm/f-i18n/",
"ignore": [
"/.*"
],
"dependencies": {
"polymer": "~2.0.0",
"iron-ajax": "~2.0.0",
"f-singleton": "~2.0.0",
"dom-purify": "firmfirm/dom-purify#v2.0.3",
"promise-to-retry": "~0.2.6"
},
"devDependencies": {
"iron-component-page": "~2.0.0",
"webcomponentsjs": "~1.0.0",
"web-component-tester": "~6.0.0"
}
}