{ "name": "intl-format-cache", "version": "2.1.0", "description": "A memoizer factory for Intl format constructors.", "main": "index.js", "jsnext:main": "src/memoizer.js", "scripts": { "prepublish": "grunt", "browserify": "browserify index.js -s memoizeFormatConstructor > tmp/intl-format-cache.js", "test:saucelabs": "npm run browserify && grunt saucelabs", "test:unit": "mocha --require test/setup/node-unit --recursive test/unit/", "test": "npm run test:unit", "travis": "npm test && npm run test:saucelabs" }, "repository": { "type": "git", "url": "https://github.com/yahoo/intl-format-cache.git" }, "keywords": [ "intl", "i18n" ], "author": "Eric Ferraiuolo ", "license": "BSD-3-Clause", "bugs": { "url": "https://github.com/yahoo/intl-format-cache/issues" }, "homepage": "https://github.com/yahoo/intl-format-cache", "dependencies": {}, "devDependencies": { "browserify": "^12.0.1", "expect": "^1.13.0", "grunt": "^0.4.5", "grunt-bundle-jsnext-lib": "^0.5.0", "grunt-cli": "^0.1.13", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-connect": "^0.11.2", "grunt-contrib-copy": "^0.7.0", "grunt-saucelabs": "^8.6.1", "intl": "^1.0.1", "intl-messageformat": "^1.2.0", "intl-relativeformat": "^1.2.0", "mocha": "^2.3.4" } }