{ "name": "pofile", "description": "Parse and serialize Gettext PO files.", "version": "1.0.0", "author": { "name": "Ruben Vermeersch", "email": "ruben@savanne.be", "url": "http://savanne.be/" }, "contributors": [ "Eyal Lewinsohn", "Gabe Gorelick", "Julian Bäume", "Mike Holly", "Sander Houttekier" ], "homepage": "http://github.com/rubenv/pofile", "repository": { "type": "git", "url": "http://github.com/rubenv/pofile.git" }, "main": "./lib/po", "keywords": [ "i18n", "l10n", "gettext", "mo", "po" ], "scripts": { "test": "grunt test", "prepublish": "grunt build" }, "directories": { "test": "test" }, "devDependencies": { "browserify": "~3.11.1", "grunt": "~0.4.2", "grunt-browserify": "~1.3.0", "grunt-bump": "0.0.13", "grunt-contrib-clean": "~0.5.0", "grunt-contrib-jshint": "~0.7.2", "grunt-contrib-uglify": "~0.2.7", "grunt-contrib-watch": "~0.5.3", "grunt-jscs-checker": "^0.5.1", "grunt-mocha-cli": "~1.4.0" }, "dependencies": { "lodash.isarray": "~2.4.1" } }