{
  "name": "@ember-intl/intl-relativeformat",
  "version": "2.1.0",
  "description": "Formats JavaScript dates to relative time strings.",
  "keywords": [
    "intl",
    "i18n",
    "relative",
    "moment",
    "format",
    "date"
  ],
  "author": "Caridy Patino <caridy@gmail.com>",
  "contributors": [
    "Eric Ferraiuolo <edf@ericf.me>"
  ],
  "bugs": {
    "url": "https://github.com/yahoo/intl-relativeformat/issues"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yahoo/intl-relativeformat.git"
  },
  "main": "index.js",
  "jsnext:main": "src/main.js",
  "browser": {
    "./lib/locales": false,
    "./lib/locales.js": false
  },
  "dependencies": {
    "@ember-intl/intl-messageformat": "^2.0.0"
  },
  "devDependencies": {
    "benchmark": "^1.0.0",
    "expect.js": "^0.3.1",
    "grunt": "^0.4.5",
    "grunt-benchmark": "^0.3.0",
    "grunt-browserify": "^3.3.0",
    "grunt-bundle-jsnext-lib": "^0.5.0",
    "grunt-cli": "^0.1.13",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-concat": "^0.5.0",
    "grunt-contrib-connect": "^0.9.0",
    "grunt-contrib-copy": "^0.8.0",
    "grunt-contrib-jshint": "^0.11.0",
    "grunt-contrib-uglify": "^0.8.0",
    "grunt-extract-cldr-data": "^4.1.0",
    "grunt-json-remove-fields": "git://github.com/ericf/grunt-json-remove-fields#improve-files-and-output",
    "grunt-saucelabs": "^8.3.2",
    "intl": "^0.1.4",
    "istanbul": "^0.3.2",
    "mocha": "^2.0.1",
    "moment": "^2.8.2",
    "xunit-file": "0.0.6"
  },
  "scripts": {
    "test": "istanbul cover -x lib/locales.js -- _mocha tests/runner.js --reporter spec",
    "travis": "istanbul cover -x lib/locales.js -- _mocha tests/runner.js --reporter spec && tests/saucelabs.sh",
    "prepublish": "grunt"
  },
  "homepage": "https://github.com/yahoo/intl-relativeformat",
  "directories": {
    "test": "tests"
  },
  "license": "BSD-3-Clause"
}
