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.",
|
2022-04-24 12:49:24 +03:00
|
|
|
"version": "1.1.5",
|
2013-12-20 12:34:21 +04:00
|
|
|
"author": {
|
2022-04-24 12:49:24 +03:00
|
|
|
"name": "Vasiliy Tolstov",
|
|
|
|
"email": "v.tolstov@unistack.org",
|
|
|
|
"url": "https://unistack.org"
|
2013-12-20 12:34:21 +04:00
|
|
|
},
|
|
|
|
"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",
|
2022-04-24 12:49:24 +03:00
|
|
|
"Sander Houttekier",
|
|
|
|
"Vasiliy Tolstov"
|
2013-12-20 12:34:21 +04:00
|
|
|
],
|
2022-04-24 12:49:24 +03:00
|
|
|
"homepage": "http://github.com/unistack-org/pofile",
|
2013-12-16 19:36:32 +04:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2022-04-24 12:49:24 +03:00
|
|
|
"url": "http://github.com/unistack-org/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",
|
2021-12-01 12:11:17 +03:00
|
|
|
"coffeescript": "^2.6.1",
|
2021-12-01 12:08:09 +03:00
|
|
|
"grunt": "~1.3.0",
|
2022-04-24 12:31:26 +03:00
|
|
|
"grunt-browserify": "^5.1.0",
|
2017-02-10 06:43:31 +03:00
|
|
|
"grunt-bump": "0.8.0",
|
2022-04-24 12:31:26 +03:00
|
|
|
"grunt-contrib-clean": "^2.0.1",
|
|
|
|
"grunt-contrib-jshint": "^3.2.0",
|
|
|
|
"grunt-contrib-uglify": "^2.3.0",
|
|
|
|
"grunt-contrib-watch": "^1.1.0",
|
|
|
|
"grunt-jscs": "^3.0.1",
|
|
|
|
"grunt-mocha-cli": "^6.0.0"
|
|
|
|
}
|
2011-12-22 10:50:01 +04:00
|
|
|
}
|