wallet-core/node_modules/gettext-parser/package.json

34 lines
725 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"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"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "grunt"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "./index",
"license": "MIT",
2016-10-10 03:43:44 +02:00
"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"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}