forked from projectfluent/fluent.js
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 906 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
37
38
39
40
41
42
43
44
45
46
47
{
"name": "fluent-dom",
"version": "0.4.1",
"description": "Fluent bindings for DOM",
"repository": {
"type": "git",
"url": "https://github.com/projectfluent/fluent.js.git"
},
"author": "Mozilla <[email protected]>",
"license": "Apache-2.0",
"contributors": [
{
"name": "Zibi Braniecki",
"email": "[email protected]"
},
{
"name": "Staś Małolepszy",
"email": "[email protected]"
}
],
"directories": {
"lib": "./src"
},
"main": "./fluent-dom.js",
"module": "./src/index.js",
"keywords": [
"localization",
"l10n",
"internationalization",
"i18n",
"locale",
"language",
"formatting",
"translate",
"translation",
"format"
],
"engines": {
"node": ">=8.9.0"
},
"devDependencies": {
"jsdom": "^11.12.0"
},
"dependencies": {
"cached-iterable": "^0.2.1"
}
}