UNPKG

jed-gettext-parser

Version:

JavaScript Gettext .mo file parsing for Jed.

39 lines (38 loc) 1.05 kB
{ "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" }