{ "name": "pofile", "description": "Parse and serialize Gettext PO files.", "version": "1.1.5", "author": { "name": "Vasiliy Tolstov", "email": "v.tolstov@unistack.org", "url": "https://unistack.org" }, "contributors": [ "Eyal Lewinsohn", "Gabe Gorelick", "Julian Bäume", "Mike Holly", "Sander Houttekier", "Vasiliy Tolstov" ], "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" ], "scripts": { "test": "grunt test", "prepublish": "grunt build" }, "directories": { "test": "test" }, "devDependencies": { "browserify": "~14.0.0", "coffeescript": "^2.6.1", "grunt": "~1.3.0", "grunt-browserify": "^5.1.0", "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" } }