{ "name": "intl-messageformat-parser", "version": "1.4.0", "description": "Parses ICU Message strings into an AST via JavaScript.", "main": "index.js", "jsnext:main": "src/parser.js", "scripts": { "test": "istanbul cover -- _mocha test/unit/ --reporter spec", "prepublish": "grunt" }, "repository": { "type": "git", "url": "git://github.com/yahoo/intl-messageformat-parser.git" }, "keywords": [ "i18n", "intl", "internationalization", "localization", "globalization", "messageformat", "parser", "plural", "icu" ], "author": "Eric Ferraiuolo ", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/yahoo/intl-messageformat-parser/issues" }, "homepage": "https://github.com/yahoo/intl-messageformat-parser", "devDependencies": { "expect.js": "^0.3.1", "grunt": "^0.4.5", "grunt-benchmark": "^0.3.0", "grunt-bundle-jsnext-lib": "^0.5.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-copy": "^0.7.0", "grunt-peg": "^2.0.1", "istanbul": "^0.3.2", "mocha": "^2.0.1", "xunit-file": "0.0.6" } }