17 lines
336 B
JSON
17 lines
336 B
JSON
{
|
|
"name": "boite-a-livre.be",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.thepenguinontheweb.tech:5900/adminflsu/boite-a-livre.be.git"
|
|
},
|
|
"license": "ISC",
|
|
"author": "",
|
|
"type": "commonjs",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "nodemon index.js"
|
|
}
|
|
}
|