-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1017 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
{
"name": "jed-gettext-parser",
"description": "JavaScript Gettext .mo file parsing for Jed.",
"author": "Oliver Hamlet <oliver.hamlet@gmail.com>",
"version": "2.0.0",
"main": "jedGettextParser.js",
"files": [
"jedGettextParser.js"
],
"license": "MIT",
"devDependencies": {
"express": "^4.17.1",
"jed": "^1.1.1",
"mocha": "^10.2.0",
"selenium-webdriver": "^4.8.1",
"should": "^13.2.3"
},
"keywords": [
"internationalisation",
"localisation",
"i18n",
"l10n",
"gettext",
"mo",
"Jed"
],
"scripts": {
"test": "mocha --require should --ui bdd test/moTest.js test/browser/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Ortham/jed-gettext-parser.git"
},
"bugs": {
"url": "https://github.com/Ortham/jed-gettext-parser/issues"
},
"homepage": "https://github.com/Ortham/jed-gettext-parser"
}