{
	"name": "vue-json-tree-view",
	"version": "2.1.6",
	"repository": "michaelfitzhavey/vue-json-tree-view",
	"homepage": "https://github.com/michaelfitzhavey/vue-json-tree-view",
	"bugs": {
		"url": "https://github.com/michaelfitzhavey/vue-json-tree-view/issues",
		"email": "michael.fitzhavey@gmail.com"
	},
	"description": "a JSON Tree View Component in Vue.js",
	"main": "./dist/vue-json-tree-view.min.js",
	"scripts": {
		"dev": "webpack-dev-server --inline --watch --progress --config webpack.dev.config.js --port 5000",
		"build": "webpack --progress --config webpack.prod.config.js",
		"lint": "eslint ."
	},
	"keywords": [
		"vue-component",
		"vuejs"
	],
	"author": "Arvid Kahl <mail@arvidkahl.de>",
	"license": "MIT",
	"dependencies": {
		"lodash": "^4.17.4",
		"vue": "^2.5.16"
	},
	"devDependencies": {
		"babel-core": "^6.5.2",
		"babel-eslint": "^10.0.3",
		"babel-loader": "^6.2.2",
		"babel-plugin-transform-runtime": "^6.5.2",
		"babel-preset-es2015": "^6.5.0",
		"babel-runtime": "^6.9.2",
		"css-loader": "^0.23.1",
		"eslint": "^6.8.0",
		"eslint-config-airbnb-base": "^14.0.0",
		"eslint-plugin-import": "^2.20.1",
		"eslint-plugin-vue": "^6.2.0",
		"file-loader": "^0.8.5",
		"isparta": "^4.0.0",
		"isparta-loader": "^2.0.0",
		"node-sass": "^4.13.1",
		"sass-loader": "^3.1.2",
		"style-loader": "^0.13.0",
		"url-loader": "^0.5.7",
		"vue-eslint-parser": "^7.0.0",
		"vue-hot-reload-api": "^1.3.2",
		"vue-html-loader": "^1.1.0",
		"vue-loader": "^14.2.2",
		"vue-style-loader": "^1.0.0",
		"vue-template-compiler": "^2.5.16",
		"webpack": "^2.7.0",
		"webpack-dev-server": "^3.1.11",
		"webpack-merge": "^0.14.1"
	}
}
