salix/services/auth/package.json

20 lines
386 B
JSON
Raw Normal View History

2016-11-04 08:13:40 +00:00
{
2017-06-03 11:01:47 +00:00
"name": "vn-auth",
2016-11-04 08:13:40 +00:00
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
2018-02-08 12:06:12 +00:00
"dependencies": {
"md5": "^2.2.1"
},
2016-11-04 08:13:40 +00:00
"repository": {
"type": "git",
2017-06-03 11:01:47 +00:00
"url": "https://git.verdnatura.es/salix"
2016-11-04 08:13:40 +00:00
},
2017-06-03 11:01:47 +00:00
"license": "GPL-3.0",
"description": "Authentication service"
2016-11-04 08:13:40 +00:00
}