package.json
380 Bytes
{
"name": "demo-vue-vuex",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@gitlab.kmlab.com:hooke1234/demo-vue-vuex.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"vue": "^2.0.3",
"vuex": "^2.0.0"
}
}