pofile/package.json
Ruben Vermeersch 8e49417916 Release v0.2.10
2014-06-19 17:18:55 +02:00

53 lines
1.1 KiB
JSON

{
"name": "pofile",
"description": "Parse and serialize Gettext PO files.",
"version": "0.2.10",
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@savanne.be",
"url": "http://savanne.be/"
},
"contributors": [
"Eyal Lewinsohn",
"Gabe Gorelick",
"Julian Bäume",
"Mike Holly",
"Sander Houttekier"
],
"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",
"prepublish": "grunt build"
},
"directories": {
"test": "test"
},
"devDependencies": {
"browserify": "~3.11.1",
"grunt": "~0.4.2",
"grunt-browserify": "~1.3.0",
"grunt-bump": "0.0.13",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-jscs-checker": "^0.5.1",
"grunt-mocha-cli": "~1.4.0"
},
"dependencies": {
"lodash.isarray": "~2.4.1"
}
}