loopback-context/package.json

38 lines
858 B
JSON

{
"name": "loopback-context",
"version": "1.0.0",
"publishConfig": {
"tag": "lts"
},
"description": "Current context for LoopBack applications, based on node-continuation-local-storage",
"keywords": [
"StrongLoop",
"LoopBack",
"Context"
],
"repository": {
"type": "git",
"url": "https://github.com/strongloop/loopback-context"
},
"main": "server/current-context.js",
"browser": "browser/current-context.js",
"scripts": {
"test": "mocha",
"posttest": "npm run lint",
"lint": "eslint ."
},
"license": "MIT",
"dependencies": {
"continuation-local-storage": "^3.1.7"
},
"devDependencies": {
"chai": "^3.5.0",
"dirty-chai": "^1.2.2",
"eslint": "^2.13.1",
"eslint-config-loopback": "^4.0.0",
"loopback": "^2.36.0",
"mocha": "^2.5.3",
"supertest": "^1.2.0"
}
}