You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
754 B

{
"name": "sandbox-mariadb",
"version": "1.0.1",
"description": "Basic API with mariadb connection",
"main": "server.js",
"repository": {
"type": "git",
"url": "git+https://git.polux.studio/Juan/node-sandbox.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"email": "juan@agence-polux.fr"
},
"keywords": [
"test",
"sandbox",
"tutorials",
"mariadb"
],
"author": {
"name": "Juan from Polux",
"url": "https://agence-polux.fr",
"email": "juan@agence-polux.fr"
},
"license": "ISC",
"homepage": "https://git.polux.studio/Juan/node-sandbox/src/branch/master/README.md",
"dependencies": {
"mariadb": "^2.5.4",
"nodemon": "^2.0.16"
}
}