{
  "name": "balm-ui-lite",
  "version": "1.8.1",
  "description": "Material Design Lite + Vue + Idea",
  "homepage": "https://mdl.balmjs.com/",
  "bugs": {
    "url": "https://github.com/balmjs/balm-ui-lite/issues"
  },
  "license": "MIT",
  "author": {
    "name": "Elf-mousE",
    "email": "ifmouz@gmail.com",
    "url": "http://elf-mouse.me/"
  },
  "contributors": [
    {
      "name": "74sharlock",
      "email": "sharlock7788@gmail.com",
      "url": "http://sharlock.me/"
    }
  ],
  "files": [
    "src",
    "dist",
    "img",
    "font",
    "components",
    "plugins",
    "directives",
    "helpers"
  ],
  "main": "dist/balm-ui-lite.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/balmjs/balm-ui-lite.git"
  },
  "scripts": {
    "mdl": "gulp --mdl",
    "dev": "gulp",
    "prod": "cross-env NODE_ENV=production gulp -p",
    "docs": "cross-env NODE_ENV=production gulp -p --docs",
    "test": "cross-env NODE_ENV=test mocha-webpack --webpack-config test/webpack-config.test.js --require @babel/register --require test/setup.js"
  },
  "dependencies": {
    "deepmerge": "^4.2.2",
    "flatpickr": "^4.6.3"
  },
  "devDependencies": {
    "@babel/register": "^7.7.7",
    "@babel/runtime-corejs3": "^7.7.7",
    "@vue/test-utils": "^1.0.0-beta.30",
    "axios": "^0.19.0",
    "babel-eslint": "^10.0.3",
    "balm": "^2.2.1",
    "chai": "^4.2.0",
    "core-js": "^3.6.1",
    "cross-env": "^6.0.3",
    "eslint": "^6.8.0",
    "eslint-plugin-vue": "^6.1.1",
    "gulp": "^4.0.2",
    "jsdom": "^15.2.1",
    "jsdom-global": "^3.0.2",
    "markdown-loader": "^5.1.0",
    "matchmedia-polyfill": "^0.3.2",
    "material-design-icons": "^3.0.1",
    "material-design-lite": "^1.3.0",
    "mocha": "^6.2.2",
    "mocha-webpack": "^1.1.0",
    "prismjs": "^1.17.1",
    "sinon": "^8.0.1",
    "vue": "^2.6.11",
    "vue-i18n": "^8.15.3",
    "vue-loader": "^15.8.3",
    "vue-meta": "^2.3.1",
    "vue-router": "^3.1.3",
    "vue-template-compiler": "^2.6.11",
    "webpack-node-externals": "^1.7.2"
  },
  "peerDependencies": {
    "vue": ">=2.1.0"
  },
  "private": false
}
