wallet-core/node_modules/gettext-parser/package.json
2016-11-03 01:33:53 +01:00

34 lines
725 B
JSON

{
"name": "gettext-parser",
"description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less",
"version": "1.1.0",
"author": "Andris Reinman",
"homepage": "http://github.com/andris9/gettext-parser",
"repository": {
"type": "git",
"url": "http://github.com/andris9/gettext-parser.git"
},
"scripts": {
"test": "grunt"
},
"main": "./index",
"license": "MIT",
"dependencies": {
"encoding": "^0.1.11"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"grunt-mocha-test": "^0.12.7",
"mocha": "^2.1.0"
},
"keywords": [
"i18n",
"l10n",
"gettext",
"mo",
"po"
]
}