25 lines
498 B
JSON
25 lines
498 B
JSON
{
|
|
"name": "gosora-vue",
|
|
"version": "0.3.0-dev",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build":"webpack"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Azareal/Gosora.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "Azareal",
|
|
"license": "MIT",
|
|
"homepage": "https://gosora-project.com",
|
|
"devDependencies": {
|
|
"webpack-cli": "^3.3.3"
|
|
},
|
|
"dependencies": {
|
|
"webpack": "^4.33.0"
|
|
}
|
|
}
|