2018-09-25 06:53:57 +00:00
|
|
|
{
|
|
|
|
"name": "vn-agency",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"main": "server/server.js",
|
|
|
|
"scripts": {
|
|
|
|
"start": "node .",
|
|
|
|
"posttest": "npm run lint && nsp check"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://git.verdnatura.es/salix"
|
|
|
|
},
|
|
|
|
"license": "GPL-3.0",
|
|
|
|
"description": "vn-agency",
|
|
|
|
"dependencies": {
|
|
|
|
"vn-loopback": "file:../loopback"
|
|
|
|
}
|
2018-10-18 18:48:21 +00:00
|
|
|
}
|