-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 989 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
{
"name": "polylang",
"version": "1.0.1",
"description": "Small library for handling multi language support using JavaScript",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"keywords": [
"translate",
"javascript",
"javascript-library",
"language",
"locale",
"earth",
"localization",
"timezone",
"communication",
"human",
"vocabulary",
"speech",
"dialect",
"word",
"words",
"spoken-language",
"english",
"country",
"oral",
"pronunciation",
"city"
],
"author": "Alexandru Cambose",
"license": "MIT",
"devDependencies": {
"@mocha/eslint-config-mocha": "0.0.0",
"chai": "^4.1.2",
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.9.0",
"eslint-plugin-mocha": "^5.0.0",
"eslint-plugin-mocha-only": "0.0.3",
"eslint-plugin-promise": "^3.7.0",
"eslint-plugin-standard": "^3.0.1",
"mocha": "^5.0.5"
}
}