{
  "name": "numeral-es6",
  "version": "1.0.0",
  "description": "Exports numeral.js as an ES6 default export.",
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/benelliott/numeral-es6"
  },
  "keywords": [
    "es6",
    "numeral",
    "numeraljs"
  ],
  "author": "benelliott <bengelliott@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/benelliott/numeral-es6/issues"
  },
  "homepage": "https://github.com/benelliott/numeral-es6#readme",
  "dependencies": {
    "numeral": "*"
  }
}