{
  "name": "@freshes/humans",
  "version": "2.8.4",
  "description": "Vue Human is designed for high quality user experience. It has rich interactive and animation component. Inspired by iOS Human Interface Guidelines",
  "author": "ChaselWu <chasel.wu@vitualreaty.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/HumanUI/vue-human.git"
  },
  "keywords": [
    "vue",
    "javascript",
    "components",
    "scss"
  ],
  "main": "index.js",
  "files": [
    "suites",
    "scss",
    "utils",
    "locale",
    "index.js"
  ],
  "scripts": {
    "start": "node examples/build/dev-server.js",
    "dev": "node examples/build/dev-server.js",
    "lint": "eslint --ext .js,.vue components util examples locale",
    "example": "node examples/build/build.js",
    "test": "karma start test/unit/karma.conf.js --single-run",
    "test:unit": "cross-env BABEL_ENV=test karma start test/unit/karma.conf.js",
    "docs": "jsdoc -r -c ./docs/jsdoc.json"
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "lodash": "^4.17.4",
    "node-sass": "^4.5.3",
    "sass-loader": "^6.0.5",
    "vue": "^2.3.3",
    "vue-human-icons": "^1.4.0",
    "vue-i18n": "^5.0.3",
    "vuelidate": "^0.5.0"
  },
  "devDependencies": {
    "autoprefixer": "^6.7.7",
    "axios": "^0.16.2",
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^6.4.1",
    "babel-plugin-istanbul": "^4.1.4",
    "babel-plugin-transform-runtime": "^6.23.0",
    "babel-polyfill": "^6.23.0",
    "babel-preset-env": "^1.5.1",
    "babel-preset-stage-2": "^6.24.1",
    "babel-register": "^6.24.1",
    "chai": "^3.5.0",
    "chalk": "^1.1.3",
    "chromedriver": "^2.29.0",
    "connect-history-api-fallback": "^1.3.0",
    "copy-webpack-plugin": "^4.0.1",
    "cross-env": "^4.0.0",
    "cross-spawn": "^5.1.0",
    "css-loader": "^0.28.4",
    "eslint": "^3.19.0",
    "eslint-config-standard": "^7.1.0",
    "eslint-friendly-formatter": "^2.0.7",
    "eslint-loader": "^1.7.1",
    "eslint-plugin-html": "^2.0.3",
    "eslint-plugin-promise": "^3.5.0",
    "eslint-plugin-standard": "^2.0.1",
    "eventsource-polyfill": "^0.9.6",
    "express": "^4.15.3",
    "extract-text-webpack-plugin": "^2.1.0",
    "file-loader": "^0.11.1",
    "friendly-errors-webpack-plugin": "^1.6.1",
    "html-webpack-plugin": "^2.28.0",
    "http-proxy-middleware": "^0.17.4",
    "inject-loader": "^3.0.0",
    "jsdoc-vue": "^1.0.0",
    "karma": "^1.7.0",
    "karma-coverage": "^1.1.1",
    "karma-mocha": "^1.3.0",
    "karma-phantomjs-launcher": "^1.0.4",
    "karma-phantomjs-shim": "^1.4.0",
    "karma-sinon-chai": "^1.3.1",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-spec-reporter": "^0.0.31",
    "karma-webpack": "^2.0.3",
    "lolex": "^1.6.0",
    "mocha": "^3.4.2",
    "nightwatch": "^0.9.15",
    "opn": "^4.0.2",
    "optimize-css-assets-webpack-plugin": "^1.3.2",
    "ora": "^1.2.0",
    "phantomjs-prebuilt": "^2.1.14",
    "rimraf": "^2.6.1",
    "sass-resources-loader": "^1.2.1",
    "selenium-server": "^3.4.0",
    "semver": "^5.3.0",
    "sinon": "^2.3.2",
    "sinon-chai": "^2.10.0",
    "url-loader": "^0.5.8",
    "vue-loader": "^12.2.1",
    "vue-router": "^2.5.3",
    "vue-style-loader": "^3.0.1",
    "vue-template-compiler": "^2.3.3",
    "webpack": "^2.6.1",
    "webpack-bundle-analyzer": "^2.8.2",
    "webpack-dev-middleware": "^1.10.2",
    "webpack-hot-middleware": "^2.18.0",
    "webpack-merge": "^4.1.0"
  },
  "engines": {
    "node": ">= 6.0.0",
    "npm": ">= 3.0.0"
  },
  "browserslist": [
    "last 2 versions",
    "iOS >= 7.1",
    "Android >= 4.3",
    "Samsung >= 4",
    "not ie <= 10",
    "not Opera <= 200"
  ]
}
