{
	"name": "file_upload_br",
	"version": "0.1.0",
	"description": "A Vue.js project",
	"author": "Lasse Larsen <justlasse@gmail.com>",
	"private": true,
	"scripts": {
		"watchify": "watchify -vd -t vueify -g envify -p [ vueify/plugins/extract-css -o includes/dist/build.css ] -p browserify-hmr -e includes/src/main.js -o includes/dist/build.js",
		"serve": "http-server -o -c 1 -a localhost",
		"dev": "run-p watchify serve",
		"lint": "eslint --ext .js,.vue src test/unit",
		"test": "karma start karma.conf.js",
		"build": "cross-env NODE_ENV=production browserify -t vueify -g envify -p [ vueify/plugins/extract-css -o includes/dist/build.css ] -e includes/src/main.js | uglifyjs -c warnings=false -c drop_console=true -m > includes/dist/build.js"
	},
	"browserify": {
		"transform": [
			[
				"babelify",
				{
					"presets": [
						"es2015"
					]
				}
			]
		]
	},
	"browser": {
		"vue": "vue/dist/vue.common.js"
	},
	"dependencies": {
		"axios": "^0.18.0",
		"moment": "^2.21.0",
		"vue": "^2.0.1",
		"vue-axios": "^2.0.2",
		"vue-i18n": "^7.4.2",
		"vue-progressive-image": "^2.4.4",
		"vue-sweetalert": "^0.1.18",
		"vuex": "^3.0.1",
		"vuex-i18n": "^1.10.5"
	},
	"devDependencies": {
		"autoprefixer": "^8.6.5",
		"babel-core": "^6.0.0",
		"babel-plugin-transform-runtime": "^6.0.0",
		"babel-polyfill": "^6.26.0",
		"babel-preset-es2015": "^6.0.0",
		"babel-preset-stage-2": "^6.0.0",
		"babel-runtime": "^6.0.0",
		"babelify": "^7.2.0",
		"browserify": "^13.1.0",
		"browserify-hmr": "^0.3.1",
		"cross-env": "^2.0.0",
		"cssnext": "^1.8.4",
		"envify": "^3.4.1",
		"eslint": "^3.3.0",
		"eslint-config-standard": "^5.3.5",
		"eslint-plugin-html": "^1.5.2",
		"eslint-plugin-promise": "^2.0.1",
		"eslint-plugin-standard": "^2.0.0",
		"http-server": "^0.9.0",
		"jasmine-core": "^2.4.1",
		"karma": "^1.2.0",
		"karma-browserify": "^5.1.0",
		"karma-jasmine": "^1.0.2",
		"karma-phantomjs-launcher": "^1.0.0",
		"karma-spec-reporter": "0.0.26",
		"node-sass": "^4.7.2",
		"npm-run-all": "^2.3.0",
		"phantomjs-prebuilt": "^2.1.3",
		"proxyquireify": "^3.0.1",
		"susy": "2",
		"uglify-js": "^3.3.13",
		"vueify": "^9.0.0",
		"watchify": "^3.11.0"
	}
}
