salix/services/auth/package.json

18 lines
363 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-02 08:51:38 +00:00
"dependencies": {},
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
}