-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
36 lines (36 loc) · 847 Bytes
/
package.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
{
"name": "lit-element-i18n",
"version": "0.1.1",
"description": "LitElement Internationalization.",
"main": "lit-element-i18n.js",
"scripts": {
"demo": "polymer serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hamedasemi/lit-element-i18n.git"
},
"keywords": [
"lit",
"element",
"i18n",
"internationalization",
"lit-element",
"lit-element-i18n",
"lit-element-internationalization"
],
"author": "hamedabolghasemi",
"license": "ISC",
"bugs": {
"url": "https://github.com/hamedasemi/lit-element-i18n/issues"
},
"homepage": "https://github.com/hamedasemi/lit-element-i18n#readme",
"devDependencies": {
"lit-element": "^2.0.1",
"polymer-cli": "^1.9.6"
},
"dependencies": {
"i18next": "^13.1.4",
"i18next-xhr-backend": "^1.5.1"
}
}