{
"name": "vueify",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"start": "webpack --watch"
},
"devDependencies": {
"babel-core": "^6.18.2",
"babel-loader": "^6.2.7",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^0.25.0",
"vue": "*",
"vue-cli": "*",
"vue-html-loader": "^1.2.3",
"vue-loader": "*",
"vue-style-loader": "^1.0.0",
"vue-template-compiler": "*",
"webpack": "*",
"webpack-cli": "*"
},
"keywords": [],
"author": "",
"license": "ISC"
}