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.",
2017-03-20 12:27:27 +03:00
"version": "1.0.7",
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",
"types": "./pofile.d.ts",
"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": {
2017-02-10 06:43:31 +03:00
"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": {}
2011-12-22 10:50:01 +04:00
}