forked from jshcrowthe/wc-i18n
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
executable file
·33 lines (33 loc) · 896 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
{
"name": "wc-i18n",
"version": "3.0.0",
"authors": [
"Josh Crowther <[email protected]>"
],
"description": "Translation elements built with polymer.",
"keywords": [
"web-component",
"web-components",
"polymer",
"i18n",
"internationalization"
],
"main": "wc-i18n.html",
"license": "MIT",
"homepage": "https://github.com/jshcrowthe/wc-i18n/",
"ignore": [
"/.*",
"/tests/"
],
"dependencies": {
"fetch": "^2.0.3",
"fetch-mock": "https://unpkg.com/[email protected]/es5/client-browserified.js",
"polymer": "Polymer/polymer#1 - 2",
"promise-polyfill": "polymerlabs/promise-polyfill#^2.0.1"
},
"devDependencies": {
"iron-component-page": "PolymerElements/iron-component-page#1 - 3",
"web-component-tester": "Polymer/web-component-tester#5 - 6",
"webcomponentsjs": "webcomponents/webcomponentsjs#0.7 - 1"
}
}