loopback-context/package.json

40 lines
942 B
JSON
Raw Normal View History

2016-07-28 13:11:12 +00:00
{
"name": "loopback-context",
2017-07-21 08:19:38 +00:00
"version": "3.3.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
2016-11-19 10:27:54 +00:00
"engines": {
"node": "^6.0 || ^8.2.1"
2016-11-19 10:27:54 +00:00
},
2016-07-28 13:11:12 +00:00
"keywords": [
"StrongLoop",
"LoopBack",
"Context"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-context"
2016-07-28 13:11:12 +00:00
},
2016-07-28 13:40:19 +00:00
"main": "server/current-context.js",
"browser": "browser/current-context.js",
2016-07-28 13:11:12 +00:00
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint ."
},
"license": "MIT",
2016-07-28 13:40:19 +00:00
"dependencies": {
2017-07-21 08:19:38 +00:00
"cls-hooked": "^4.2.0"
2016-07-28 13:40:19 +00:00
},
2016-07-28 13:11:12 +00:00
"devDependencies": {
"async-1.5.2": "file:./test/stub-modules/async-1.5.2",
"chai": "^4.1.2",
"dirty-chai": "^2.0.1",
"eslint": "^5.0.1",
"eslint-config-loopback": "^10.0.0",
2016-09-22 11:57:02 +00:00
"loopback": "^3.0.0",
"mocha": "^5.2.0",
"supertest": "^3.1.0",
"when-3.7.7": "file:./test/stub-modules/when-3.7.7"
2016-07-28 13:11:12 +00:00
}
}