{
  "name": "@spalger/numeral",
  "version": "2.2.1",
  "description": "Format and manipulate numbers.",
  "homepage": "http://numeraljs.com",
  "authors": [
    "Adam Draper <adamwdraper@gmail.com> (http://github.com/adamwdraper)",
    "Spencer Alger <email@spalger.com>",
    "Chris Earle <pickypg+npm@elastic.co>"
  ],
  "scripts": {
    "test": "grunt",
    "build": "grunt build"
  },
  "keywords": [
    "numeral",
    "number",
    "format",
    "time",
    "money",
    "percentage"
  ],
  "main": "./numeral.js",
  "engines": {
    "node": ">= 0.10"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/spalger/numeral-js.git"
  },
  "bugs": {
    "url": "https://github.com/spalger/numeral-js/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "grunt": "^1.0.1",
    "grunt-cli": "^1.2.0",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-nodeunit": "^1.0.0"
  }
}
