salix/services/loopback/package.json

34 lines
791 B
JSON
Raw Normal View History

2017-10-13 14:22:45 +00:00
{
"name": "vn-loopback",
"version": "1.0.0",
"scripts": {
"start": "node ."
2017-10-13 14:22:45 +00:00
},
"dependencies": {
"compression": "^1.0.3",
"cors": "^2.5.2",
"fs-extra": "^5.0.0",
2017-10-13 14:22:45 +00:00
"helmet": "^1.3.0",
"i18n": "^0.8.3",
"loopback": "^3.14.0",
"loopback-boot": "^2.26.2",
"loopback-component-explorer": "^4.2.0",
"loopback-connector-mysql": "^3.0.0",
"loopback-connector-remote": "^3.1.1",
"loopback-context": "^3.3.0",
2018-02-08 12:11:15 +00:00
"md5": "^2.2.1",
"require-yaml": "0.0.1",
2017-10-13 14:22:45 +00:00
"serve-favicon": "^2.0.1",
"strong-error-handler": "^2.1.0"
},
"devDependencies": {
"nsp": "^2.1.0"
},
"repository": {
"type": "git",
"url": "https://git.verdnatura.es/salix"
},
"license": "GPL-3.0",
"description": "Loopback wrapper by Verdnatura"
}