18 lines
336 B
JSON
18 lines
336 B
JSON
{
|
|
"name": "miniportalapi",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"cookie-parser": "^1.4.3",
|
|
"express": "^4.16.1",
|
|
"mysql": "^2.15.0",
|
|
"uuid": "^3.1.0"
|
|
}
|
|
}
|