pofile/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

2011-12-22 10:50:01 +04:00
{
2013-12-20 12:34:21 +04:00
"name": "pofile",
2013-12-20 12:31:12 +04:00
"description": "Parse and serialize Gettext PO files.",
2014-03-03 19:11:50 +04:00
"version": "0.2.5",
2013-12-20 12:34:21 +04:00
"author": {
"name": "Ruben Vermeersch",
"email": "ruben@savanne.be",
"url": "http://savanne.be/"
},
"contributors": [
2014-03-03 19:17:22 +04:00
"Eyal Lewinsohn",
"Gabe Gorelick",
2014-01-22 17:25:10 +04:00
"Julian Bäume",
2014-03-03 19:17:22 +04:00
"Mike Holly",
"Sander Houttekier"
2013-12-20 12:34:21 +04:00
],
"homepage": "http://github.com/rubenv/pofile",
"repository": {
"type": "git",
2013-12-20 12:34:21 +04:00
"url": "http://github.com/rubenv/pofile.git"
},
"main": "./lib/po",
"keywords": [
"i18n",
"l10n",
"gettext",
"mo",
"po"
],
2013-12-17 17:39:09 +04:00
"scripts": {
2014-03-03 19:11:50 +04:00
"test": "grunt test",
"prepublish": "grunt build"
2013-12-17 17:39:09 +04:00
},
2013-12-20 12:34:21 +04:00
"directories": {
"test": "test"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-watch": "~0.5.3",
"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",
2013-12-20 12:41:38 +04:00
"grunt-contrib-clean": "~0.5.0",
"grunt-bump": "0.0.13"
},
"dependencies": {
"lodash.isarray": "~2.4.1"
}
2011-12-22 10:50:01 +04:00
}