salix/services/route/package.json

17 lines
341 B
JSON
Raw Normal View History

{
"name": "vn-route",
"version": "1.0.0",
"main": "server/server.js",
"scripts": {
"lint": "eslint .",
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0",
2017-10-13 14:23:00 +00:00
"description": "Routes administration"
}