loopback-context/package.json

40 lines
949 B
JSON
Raw Normal View History

2016-07-28 13:11:12 +00:00
{
"name": "loopback-context",
"version": "3.0.0",
"description": "Current context for LoopBack applications, based on cls-hooked",
2016-11-19 10:27:54 +00:00
"engines": {
"node": "^4.5 || ^5.10 || ^6.0"
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": {
"cls-hooked": "^4.0.1"
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",
2016-07-28 13:40:19 +00:00
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^3.14.1",
"eslint-config-loopback": "^8.0.0",
2016-09-22 11:57:02 +00:00
"loopback": "^3.0.0",
2016-07-28 13:40:19 +00:00
"mocha": "^2.5.3",
"supertest": "^1.2.0",
"when-3.7.7": "file:./test/stub-modules/when-3.7.7"
2016-07-28 13:11:12 +00:00
}
}