{
  "name": "laue",
  "version": "0.2.1",
  "description": "Modern charts for Vue.js",
  "main": "dist/laue.umd.js",
  "module": "dist/laue.js",
  "sideEffects": false,
  "scripts": {
    "watch:lib": "rollup -c -w",
    "watch:docs": "nuxt",
    "build:lib": "rollup -c --environment BUILD:production",
    "build:docs": "nuxt generate",
    "lint": "eslint src --fix",
    "dev": "run-p watch:*",
    "build": "run-p build:*",
    "pub": "sh ./scripts/release.sh",
    "dev:test": "jest --watch",
    "test": "jest --coverage",
    "deploy:docs": "gh-pages -d website/dist -t -r git@github.com:QingWei-Li/laue.git"
  },
  "repository": "QingWei-Li/laue",
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "chart",
    "svg",
    "vue",
    "component",
    "charts",
    "pie",
    "line",
    "bar",
    "trend",
    "area",
    "graph"
  ],
  "author": "qingwei-li <cinwell.li@gmail.com> (https://github.com/QingWei-Li)",
  "homepage": "https://laue.js.org",
  "license": "MIT",
  "eslintConfig": {
    "extends": "xo-space/browser",
    "rules": {
      "semi": [
        2,
        "never"
      ],
      "no-mixed-operators": "off"
    }
  },
  "jest": {
    "transform": {
      "^.+\\.js$": "buble-jest"
    },
    "transformIgnorePatterns": [
      "/node_modules/(?!d3-)"
    ],
    "snapshotSerializers": [
      "jest-serializer-vue"
    ],
    "collectCoverageFrom": [
      "<rootDir>/src/**/*.js"
    ]
  },
  "devDependencies": {
    "@vue/test-utils": "^1.0.0-beta.12",
    "buble": "^0.19.3",
    "buble-jest": "^1.0.0",
    "conventional-changelog-cli": "^1.3.21",
    "eslint": "^4.18.2",
    "eslint-config-xo-space": "^0.18.0",
    "eslint-plugin-jest": "^21.15.0",
    "gh-pages": "^1.1.0",
    "glob": "^7.1.2",
    "highlight.js": "^9.12.0",
    "jest": "^22.4.3",
    "jest-serializer-vue": "^1.0.0",
    "markdown-it-toc-and-anchor": "^4.1.2",
    "modern-normalize": "^0.4.0",
    "npm-run-all": "^4.1.2",
    "nuxt": "^1.4.0",
    "rollup": "^0.56.5",
    "rollup-plugin-buble": "^0.19.2",
    "rollup-plugin-filesize": "^1.5.0",
    "rollup-plugin-node-resolve": "^3.2.0",
    "rollup-plugin-uglify": "^3.0.0",
    "stylus": "^0.54.5",
    "stylus-loader": "^3.0.2",
    "vue-github-badge": "^1.0.1",
    "vue-markdown-loader": "^2.4.1",
    "ware-loader": "^0.2.4"
  },
  "dependencies": {
    "d3-array": "^1.2.1",
    "d3-shape": "^1.2.0"
  }
}
