{ "name": "gettext-parser", "description": "Parse and compile gettext po and mo files to/from json, nothing more, nothing less", "version": "2.0.0", "author": "Andris Reinman", "contributors": [ { "name": "Sam Hauglustaine" } ], "homepage": "http://github.com/smhg/gettext-parser", "repository": { "type": "git", "url": "http://github.com/smhg/gettext-parser.git" }, "scripts": { "lint": "eslint lib/*.js test/*.js index.js", "test": "mocha", "preversion": "npm run lint && npm test", "postversion": "git push && git push --tags" }, "main": "./index", "license": "MIT", "dependencies": { "encoding": "^0.1.12", "safe-buffer": "^5.1.2" }, "devDependencies": { "chai": "^3.5.0", "eslint": "^4.19.1", "eslint-config-standard": "^11.0.0", "eslint-plugin-import": "^2.13.0", "eslint-plugin-node": "^6.0.1", "eslint-plugin-promise": "^3.8.0", "eslint-plugin-standard": "^3.1.0", "mocha": "^3.5.3" }, "keywords": [ "i18n", "l10n", "gettext", "mo", "po" ] }