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.",
|
2021-03-09 11:22:33 +03:00
|
|
|
"version": "1.1.1",
|
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",
|
2013-12-16 19:36:32 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2013-12-20 12:34:21 +04:00
|
|
|
"url": "http://github.com/rubenv/pofile.git"
|
2013-12-16 19:36:32 +04:00
|
|
|
},
|
|
|
|
"main": "./lib/po",
|
2017-03-13 19:40:01 +03:00
|
|
|
"types": "./pofile.d.ts",
|
2013-12-16 19:36:32 +04:00
|
|
|
"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"
|
|
|
|
},
|
2013-12-16 19:36:32 +04:00
|
|
|
"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"
|
2013-12-18 19:46:09 +04:00
|
|
|
},
|
2017-02-10 06:09:42 +03:00
|
|
|
"dependencies": {}
|
2011-12-22 10:50:01 +04:00
|
|
|
}
|