19 lines
348 B
JSON
19 lines
348 B
JSON
{
|
|
"name": "vn-travel",
|
|
"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": "vn-travel"
|
|
}
|