{
  "name": "vue-numeric",
  "version": "2.5.0",
  "description": "Input field component to display currency value based on Vue.",
  "author": "Kevin Ongko",
  "main": "dist/vue-numeric.min.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kevinongko/vue-numeric.git"
  },
  "bugs": {
    "url": "https://github.com/kevinongko/vue-numeric/issues"
  },
  "keywords": [
    "component",
    "currency",
    "input",
    "text",
    "number",
    "numeric",
    "separator",
    "vue",
    "vue.js"
  ],
  "homepage": "https://github.com/kevinongko/vue-numeric#readme",
  "license": "MIT",
  "dependencies": {
    "accounting-js": "^1.1.1"
  },
  "scripts": {
    "test": "cross-env BABEL_ENV=test ./node_modules/.bin/karma start test/karma.config.js",
    "test:watch": "cross-env BABEL_ENV=test ./node_modules/.bin/karma start test/karma.config.js --single-run=false",
    "lint": "./node_modules/.bin/eslint --ext .js,.vue src spec",
    "build": "./node_modules/.bin/webpack --hide-modules -p --progress",
    "report-coverage": "codecov"
  },
  "devDependencies": {
    "avoriaz": "^4.0.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-preset-env": "^1.6.0",
    "chai": "^4.1.2",
    "clean-webpack-plugin": "^0.1.16",
    "codecov": "^3.8.1",
    "cross-env": "^5.0.5",
    "css-loader": "^0.28.7",
    "eslint": "^4.6.0",
    "eslint-plugin-vue": "^4.2.0",
    "karma": "^6.3.16",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-sinon-chai": "^1.3.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.31",
    "karma-webpack": "^2.0.4",
    "mocha": "^3.5.0",
    "phantomjs-prebuilt": "^2.1.15",
    "sinon": "^3.2.1",
    "sinon-chai": "^2.13.0",
    "vue": "^2.4.2",
    "vue-loader": "^13.0.4",
    "vue-template-compiler": "^2.4.2",
    "webpack": "^3.5.5"
  },
  "babel": {
    "presets": [
      [
        "env",
        {
          "uglify": true,
          "modules": false,
          "targets": {
            "browsers": [
              "> 1%",
              "last 2 versions",
              "not ie <= 8"
            ]
          }
        }
      ]
    ],
    "env": {
      "test": {
        "plugins": [
          "istanbul"
        ]
      }
    }
  },
  "eslintConfig": {
    "extends": [
      "eslint:recommended",
      "plugin:vue/recommended"
    ]
  }
}
