2011-12-22 10:50:01 +04:00
|
|
|
{
|
2013-12-16 19:36:32 +04:00
|
|
|
"name": "node-po",
|
2013-12-20 12:31:12 +04:00
|
|
|
"description": "Parse and serialize Gettext PO files.",
|
2013-12-16 19:36:32 +04:00
|
|
|
"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"
|
|
|
|
],
|
2013-12-17 17:39:09 +04:00
|
|
|
"scripts": {
|
|
|
|
"test": "grunt test"
|
|
|
|
},
|
2013-12-16 19:36:32 +04:00
|
|
|
"devDependencies": {
|
|
|
|
"grunt": "~0.4.2",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
2013-12-17 17:37:17 +04:00
|
|
|
"grunt-contrib-jshint": "~0.7.2",
|
2013-12-20 12:31:12 +04:00
|
|
|
"grunt-mocha-cli": "~1.4.0",
|
|
|
|
"grunt-contrib-uglify": "~0.2.7",
|
|
|
|
"browserify": "~3.11.1",
|
|
|
|
"grunt-browserify": "~1.3.0",
|
|
|
|
"grunt-contrib-clean": "~0.5.0"
|
2013-12-18 19:46:09 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"lodash.isarray": "~2.4.1"
|
2013-12-16 19:36:32 +04:00
|
|
|
}
|
2011-12-22 10:50:01 +04:00
|
|
|
}
|