{
  "name": "react-currency-format",
  "description": "React component to format currency in an input or as a text.",
  "version": "1.1.0",
  "main": "lib/currency-format.js",
  "author": "Mohit Gupta",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/mohitgupta8888/react-currency-format"
  },
  "bugs": {
    "mail": "mohitgupta8888@gmail.com",
    "url": "https://github.com/mohitgupta8888/react-currency-format/issues"
  },
  "keywords": [
    "react-component",
    "react",
    "currency",
    "input",
    "number",
    "number-format",
    "mask"
  ],
  "scripts": {
    "start": "webpack-dev-server --content-base example/ --config webpack.dev.config.js --watch-poll --progress --inline --hot",
    "bundle": "cross-env NODE_ENV=production npm run compile && cross-env NODE_ENV=production webpack --config webpack.bundle.config.js  && cross-env NODE_ENV=production karma start",
    "compile": "cross-env NODE_ENV=production babel src --out-dir lib",
    "test": "cross-env NODE_ENV=test karma start"
  },
  "devDependencies": {
    "babel-cli": "^6.7.5",
    "babel-core": "^6.7.2",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^6.2.4",
    "babel-plugin-react-transform": "^2.0.2",
    "babel-plugin-transform-flow-strip-types": "^6.22.0",
    "babel-plugin-transform-object-assign": "^6.8.0",
    "babel-preset-es2015": "^6.6.0",
    "babel-preset-react": "^6.11.1",
    "babel-register": "^6.7.2",
    "classnames": "^2.2.3",
    "cross-env": "^3.1.4",
    "enzyme": "^3.0.0",
    "enzyme-adapter-react-16": "^1.0.0",
    "eslint": "^2.5.3",
    "eslint-config-standard": "^5.1.0",
    "eslint-loader": "^1.3.0",
    "eslint-plugin-import": "^1.4.0",
    "eslint-plugin-jsx-a11y": "^0.6.2",
    "eslint-plugin-promise": "^1.1.0",
    "eslint-plugin-react": "^4.3.0",
    "eslint-plugin-standard": "^1.3.2",
    "flow-bin": "^0.54.1",
    "jasmine": "^2.4.1",
    "jasmine-core": "^2.4.1",
    "json-loader": "^0.5.4",
    "karma": "^0.13.22",
    "karma-chrome-launcher": "^0.2.3",
    "karma-cli": "^0.1.2",
    "karma-jasmine": "^0.3.7",
    "karma-jasmine-html-reporter": "^0.2.0",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^1.7.0",
    "material-ui": "^0.19.2",
    "react": "^16.0.0",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "react-transform-hmr": "^1.0.4",
    "webpack": "^1.12.14",
    "webpack-dev-server": "^1.14.1"
  },
  "peerDependencies": {
    "react": "^0.14 || ^15.0.0-rc || ^15.0.0 || ^16.0.0-rc || ^16.0.0 || ^17.0.0",
    "react-dom": "^0.14 || ^15.0.0-rc || ^15.0.0 || ^16.0.0-rc || ^16.0.0 || ^17.0.0"
  },
  "dependencies": {
    "prop-types": "^15.6.0"
  }
}
