47 lines
970 B
JSON
47 lines
970 B
JSON
{
|
|
"name": "pofile",
|
|
"description": "Parse and serialize Gettext PO files.",
|
|
"version": "0.2.0",
|
|
"author": {
|
|
"name": "Ruben Vermeersch",
|
|
"email": "ruben@savanne.be",
|
|
"url": "http://savanne.be/"
|
|
},
|
|
"contributors": [
|
|
"Mike Holly"
|
|
],
|
|
"homepage": "http://github.com/rubenv/pofile",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/rubenv/pofile.git"
|
|
},
|
|
"main": "./lib/po",
|
|
"keywords": [
|
|
"i18n",
|
|
"l10n",
|
|
"gettext",
|
|
"mo",
|
|
"po"
|
|
],
|
|
"scripts": {
|
|
"test": "grunt test"
|
|
},
|
|
"directories": {
|
|
"test": "test"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.2",
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
"grunt-contrib-jshint": "~0.7.2",
|
|
"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",
|
|
"grunt-bump": "0.0.13"
|
|
},
|
|
"dependencies": {
|
|
"lodash.isarray": "~2.4.1"
|
|
}
|
|
}
|