wallet-core/node_modules/po2json/package.json

80 lines
1.5 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "po2json",
"description": "Convert PO files to JSON",
"version": "0.4.5",
"homepage": "https://github.com/mikeedwards/po2json",
2016-10-10 03:43:44 +02:00
"author": {
"name": "Joshua I. Miller",
"email": "unrtst@cpan.org"
},
"contributors": [
{
"name": "Zach Carter",
"email": "zcarter@cse.usf.edu"
},
{
"name": "Daniel Roberts",
"email": "danielrobertsdesign@gmail.com"
},
{
"name": "Mike Edwards",
"email": "michael.edwards@huffingtonpost.com"
},
{
"name": "Illimar Tambek",
"email": "illimar@sliptree.com"
},
{
"name": "mahata",
"email": "mahata777@gmail.com"
},
{
"name": "Szigetvári Áron"
},
{
"name": "rafalt-iRonin"
},
{
"name": "Alex Petty",
"email": "pettyalex@gmail.com"
}
],
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "git://github.com/mikeedwards/po2json.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/mikeedwards/po2json/issues"
2016-10-10 03:43:44 +02:00
},
"licenses": [
{
"type": "GNU Library General Public License",
"url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.0.html"
}
],
2016-11-03 01:33:53 +01:00
"bin": {
"po2json": "bin/po2json"
},
2016-10-10 03:43:44 +02:00
"main": "./lib/po2json",
2016-11-03 01:33:53 +01:00
"engines": {
"node": ">= 0.8.0"
2016-10-10 03:43:44 +02:00
},
"scripts": {
"test": "nodeunit test/"
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"nodeunit": "*",
"jed": "~1.0.2"
},
"keywords": [
"i18n",
"l10n",
"gettext",
"po"
],
"dependencies": {
"nomnom": "1.8.1",
"gettext-parser": "1.1.0"
}
2016-10-10 03:43:44 +02:00
}