{
	"name": "vue-fetcher",
	"version": "1.2.1",
	"description": "Simple javascript class used for asynchronous fetching Vue components and templates, without need to setup and use webpack or other tools.",
	"main": "src/vue-fetcher.js",
	"unpkg": "dist/vue-fetcher.min.js",
	"jsdelivr": "dist/vue-fetcher.min.js",
	"files": [
		"dist/*.js"
	],
	"directories": {
		"example": "examples"
	},
	"scripts": {
		"build": "babel src/vue-fetcher.js --out-file dist/vue-fetcher.min.js --presets=env,minify,stage-2",
		"watch": "babel src/vue-fetcher.js --out-file dist/vue-fetcher.min.js --presets=env,minify,stage-2 --watch"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/oliverfindl/vue-fetcher.git"
	},
	"keywords": [
		"vue",
		"vue-router",
		"axios",
		"vue-fetcher"
	],
	"author": "Oliver Findl",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/oliverfindl/vue-fetcher/issues"
	},
	"homepage": "https://github.com/oliverfindl/vue-fetcher#readme",
	"devDependencies": {
		"babel-cli": "^6.26.0",
		"babel-preset-env": "^1.7.0",
		"babel-preset-minify": "^0.4.3",
		"babel-preset-stage-2": "^6.24.1"
	}
}
