pofile/package.json
2012-01-02 15:52:47 -08:00

12 lines
443 B
JSON

{
"name" : "node-po",
"description" : "Simple library for loading and saving Gettext PO files.",
"version" : "0.1.0",
"author" : "Mike Holly",
"homepage" : "http://github.com/mikejholly/node-po",
"repository" : {"type" : "git", "url" : "http://github.com/mikejholly/node-po.git"},
"dependencies" : [],
"main" : "./lib/po",
"keywords" : ["i18n", "l10n", "gettext", "mo", "po"]
}