salix/services/route/package.json

19 lines
359 B
JSON
Raw Normal View History

{
2018-10-25 12:09:32 +00:00
"name": "vn-route",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"dependencies": {
"vn-loopback": "file:../loopback"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0",
"description": "Routes administration"
}