{
  "name": "numbro",
  "version": "2.1.2",
  "description": "Format and manipulate numbers.",
  "homepage": "http://numbrojs.com",
  "author": {
    "name": "Benjamin Van Ryseghem",
    "email": "benjamin@vanryseghem.com",
    "url": "https://benjamin.vanryseghem.com"
  },
  "keywords": [
    "numeral",
    "numbro",
    "number",
    "format",
    "time",
    "money",
    "percentage"
  ],
  "main": "./dist/numbro.min.js",
  "typings": "./numbro.d.ts",
  "engines": {
    "node": "*"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/BenjaminVanRyseghem/numbro"
  },
  "bugs": {
    "url": "https://github.com/BenjaminVanRyseghem/numbro/issues"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.2.0",
    "@babel/preset-env": "^7.2.0",
    "auto-load": "^3.0.4",
    "babelify": "^10.0.0",
    "browserify": "^16.2.3",
    "del": "^3.0.0",
    "electron": "^3.0.11",
    "eslint": "^5.10.0",
    "eslint-plugin-jasmine": "^2.10.1",
    "gulp": "^3.9.1",
    "gulp-babel": "^8.0.0",
    "gulp-bump": "^2.7.0",
    "gulp-concat": "^2.6.0",
    "gulp-confirm": "^1.0.8",
    "gulp-eslint": "^5.0.0",
    "gulp-foreach": "^0.1.0",
    "gulp-git": "^2.8.0",
    "gulp-istanbul": "^1.1.3",
    "gulp-jasmine": "^2.4.2",
    "gulp-load-plugins": "^1.5.0",
    "gulp-sourcemaps": "^2.6.4",
    "gulp-uglify": "^3.0.1",
    "gulp-util": "^3.0.8",
    "istanbul": "^0.4.5",
    "jasmine": "^3.3.1",
    "jasmine-core": "^2.8.0",
    "jasmine-reporters": "^2.3.2",
    "karma": "^3.1.3",
    "karma-electron": "^6.0.0",
    "karma-jasmine": "^1.1.0",
    "karma-requirejs": "^1.1.0",
    "minimatch": "^3.0.4",
    "requirejs": "^2.3.6",
    "rewire": "^2.5.2",
    "uglify-js": "^3.4.9",
    "vinyl-buffer": "^1.0.1",
    "vinyl-source-stream": "^1.1.0"
  },
  "scripts": {
    "prepare": "gulp build",
    "prepublishOnly": "echo \"Are you sure you want to publish a new release with version ${npm_package_version}? (y/n)?\" && read choice && case \"$choice\" in y|Y ) exit 0;; * ) echo \"Abort!\" && exit 1;; esac",
    "postpublish": "git tag -as ${npm_package_version} -m \"Release version ${npm_package_version}\" && git push && git push --tags",
    "preversion": "echo \"Use `gulp bump` instead\" && exit 1",
    "lint": "gulp lint",
    "test": "gulp test",
    "coverage": "istanbul cover ./node_modules/.bin/jasmine --captureExceptions"
  },
  "files": [
    "LICENSE",
    "LICENSE-Numeraljs",
    "CHANGELOG",
    "CHANGELOG-Numeraljs.md",
    "numbro.d.ts",
    "languages",
    "dist"
  ],
  "dependencies": {
    "bignumber.js": "^8.0.1"
  }
}
