a3web/front/package.json

15 lines
270 B
JSON
Raw Normal View History

2020-02-15 09:35:42 +00:00
{
"name": "leoservermod_frontend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
2020-02-15 09:39:20 +00:00
"license": "MIT",
"devDependencies": {
"webpack": "^4.41.6"
}
2020-02-15 09:35:42 +00:00
}