salix/services/client/package.json

19 lines
361 B
JSON
Raw Normal View History

2016-11-09 12:12:59 +00:00
{
2017-06-03 11:01:47 +00:00
"name": "vn-client",
2017-10-13 14:23:00 +00:00
"description": "Client service",
2016-11-09 12:12:59 +00:00
"version": "1.0.0",
2017-10-13 14:23:00 +00:00
"license": "GPL-3.0",
2016-11-09 12:12:59 +00:00
"main": "server/server.js",
"scripts": {
"start": "node .",
"posttest": "npm run lint && nsp check"
},
"repository": {
2017-06-03 11:01:47 +00:00
"type": "git",
"url": "https://git.verdnatura.es/salix"
2016-11-09 12:12:59 +00:00
},
2017-10-13 14:23:00 +00:00
"dependencies": {
2017-11-08 17:27:31 +00:00
"request": "^2.83.0"
2017-10-13 14:23:00 +00:00
}
2016-11-09 12:12:59 +00:00
}