pofile/package.json
Ruben Vermeersch 36f5d05828 Release v1.0.4
2017-03-06 17:26:55 +01:00

51 lines
1.1 KiB
JSON

{
"name": "pofile",
"description": "Parse and serialize Gettext PO files.",
"version": "1.0.4",
"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": "~14.0.0",
"grunt": "~1.0.1",
"grunt-browserify": "~5.0.0",
"grunt-bump": "0.8.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~2.1.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-jscs": "~3.0.1",
"grunt-mocha-cli": "~3.0.0"
},
"dependencies": {}
}