{
  "name": "vue-flowchart",
  "version": "0.1.1",
  "description": "vue-flowchart",
  "main": "dist/vue-flowchart.js",
  "module": "dist/vue-flowchart.esm.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build:umd": "rollup -c --name vueFlowchart --input index.js --output dist/vue-flowchart.js --format umd",
    "build:es": "rollup -c --name vueFlowchart --input index.js --output dist/vue-flowchart.esm.js --format es",
    "build": "npm run build:umd && npm run build:es",
    "serve": "NODE_PATH=$NODE_PATH:lib:examples/simple budo examples/simple/index.js --open -d . --live -- -t [ vueify ] -g babelify",
    "//dist": "NODE_PATH=$NODE_PATH:examples/simple browserify -e examples/simple/index.js -o dist/index.js -t vueify -t [ babelify ] -t uglifyify -p [ minifyify --no-map ]"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlexandreBonaventure/vue-flowchart.git"
  },
  "keywords": [
    "vue",
    "vue.js",
    "flow",
    "chart",
    "diagram"
  ],
  "author": "Alexandre Bonaventure Geissmann",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/AlexandreBonaventure/vue-flowchart/issues"
  },
  "homepage": "https://github.com/AlexandreBonaventure/vue-flowchart#readme",
  "peerDependencies": {
    "vue": "2.x"
  },
  "dependencies": {
    "lodash-es": "^4.17.4"
  },
  "devDependencies": {
    "babel-plugin-external-helpers": "^6.8.0",
    "babel-plugin-transform-object-rest-spread": "^6.22.0",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-es2017": "^6.22.0",
    "babelify": "^7.3.0",
    "babelify-external-helpers": "^1.1.0",
    "browserify": "^13.1.1",
    "browserify-shim": "^3.8.12",
    "budo": "^9.2.2",
    "bundle-collapser": "^1.2.1",
    "jade": "^1.11.0",
    "js-data": "^2.9.0",
    "minifyify": "^7.3.4",
    "node-sass": "^4.2.0",
    "rollup": "^0.36.1",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-buble": "^0.15.0",
    "rollup-plugin-commonjs": "^7.0.0",
    "rollup-plugin-node-resolve": "^2.0.0",
    "rollup-plugin-scss": "^0.2.0",
    "rollup-plugin-vue": "2.3.1",
    "uglifyify": "^3.0.4",
    "vue": "2.2.4",
    "vue-hot-reload-api": "^1.3.3",
    "vueify": "^9.4.0",
    "vueify-insert-css": "^1.0.0",
    "vuex": "^2.0.0"
  },
  "browserify-shim": {}
}
