pofile/package.json

25 lines
524 B
JSON
Raw Normal View History

2011-12-22 10:50:01 +04:00
{
"name": "node-po",
"description": "Simple library for loading and saving Gettext PO files.",
"version": "0.1.1",
"author": "Mike Holly",
"homepage": "http://github.com/mikejholly/node-po",
"repository": {
"type": "git",
"url": "http://github.com/mikejholly/node-po.git"
},
"main": "./lib/po",
"keywords": [
"i18n",
"l10n",
"gettext",
"mo",
"po"
],
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2"
}
2011-12-22 10:50:01 +04:00
}