pofile/package.json
Ruben Vermeersch 6b2cb2e71e Stop using util.format.
This will massively shrink the browserified footprint.
2013-12-18 16:46:09 +01:00

32 lines
658 B
JSON

{
"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"
],
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-mocha-cli": "~1.4.0"
},
"dependencies": {
"lodash.isarray": "~2.4.1"
}
}