2019-06-09 03:21:48 +00:00
|
|
|
{
|
|
|
|
"name": "gosora-vue",
|
|
|
|
"version": "0.3.0-dev",
|
|
|
|
"description": "",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
2019-10-19 10:35:24 +00:00
|
|
|
"build": "webpack"
|
2019-06-09 03:21:48 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/Azareal/Gosora.git"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "Azareal",
|
|
|
|
"license": "MIT",
|
|
|
|
"homepage": "https://gosora-project.com",
|
|
|
|
"devDependencies": {
|
2019-10-19 10:35:24 +00:00
|
|
|
"webpack-cli": "^3.3.9"
|
2019-06-09 03:21:48 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2019-10-19 10:35:24 +00:00
|
|
|
"webpack": "^4.41.2"
|
2019-06-09 03:21:48 +00:00
|
|
|
}
|
|
|
|
}
|