20 lines
386 B
JSON
20 lines
386 B
JSON
{
|
|
"name": "vn-auth",
|
|
"version": "1.0.0",
|
|
"main": "server/server.js",
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"start": "node .",
|
|
"posttest": "npm run lint && nsp check"
|
|
},
|
|
"dependencies": {
|
|
"md5": "^2.2.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.verdnatura.es/salix"
|
|
},
|
|
"license": "GPL-3.0",
|
|
"description": "Authentication service"
|
|
}
|