salix/services/production/package.json

20 lines
384 B
JSON
Raw Normal View History

2017-06-06 06:21:38 +00:00
{
"name": "vn-production",
"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-11-08 19:06:00 +00:00
"description": "vn-production",
"dependencies": {
"uuid": "^3.1.0"
}
2017-06-06 06:21:38 +00:00
}