mirror of
https://github.com/Meituan-Dianping/Logan.git
synced 2025-12-08 19:25:57 +00:00
19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "logan-server",
|
|
"version": "1.0.0",
|
|
"description": "logan server demo",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"logan"
|
|
],
|
|
"author": "caolicheng",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"body-parser": "^1.18.3",
|
|
"express": "^4.16.3"
|
|
}
|
|
}
|