pofile/package.json

53 lines
1.1 KiB
JSON
Raw Permalink 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.",
"version": "1.1.5",
2013-12-20 12:34:21 +04:00
"author": {
"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",
"Sander Houttekier",
"Vasiliy Tolstov"
2013-12-20 12:34:21 +04:00
],
"homepage": "http://github.com/unistack-org/pofile",
"repository": {
"type": "git",
"url": "http://github.com/unistack-org/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",
2021-12-01 12:11:17 +03:00
"coffeescript": "^2.6.1",
"grunt": "~1.3.0",
"grunt-browserify": "^5.1.0",
2017-02-10 06:43:31 +03:00
"grunt-bump": "0.8.0",
"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
}