@tlrg/middleware-js
Version:
Node module for sharing common middlewares.
72 lines (71 loc) • 1.84 kB
JSON
{
"name": "@tlrg/middleware-js",
"version": "2.4.0",
"description": "Node module for sharing common middlewares.",
"main": "lib/",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt"
},
"repository": {
"type": "git",
"url": "git+https://github.com/LateRoomsGroup/tlrg-middleware.git"
},
"author": "TLRG",
"license": "ISC",
"bugs": {
"url": "https://github.com/LateRoomsGroup/tlrg-middleware/issues"
},
"homepage": "https://github.com/LateRoomsGroup/tlrg-middleware",
"devDependencies": {
"chai": "^2.3.0",
"cheerio": "^0.19.0",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"glob": "^5.0.6",
"grunt": "^0.4.5",
"grunt-blanket": "0.0.8",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-env": "^0.4.4",
"grunt-istanbul-coverage": "^0.1.1",
"grunt-jscs": "^1.8.0",
"grunt-mocha-test": "^0.12.7",
"jit-grunt": "^0.9.1",
"jshint-stylish": "^1.0.2",
"lodash": "^3.8.0",
"mocha": "^2.2.4",
"nock": "^2.0.1",
"proxyquire": "^1.4.0",
"sinon": "^1.14.1",
"supertest": "^0.13.0",
"time-grunt": "^1.2.0",
"travis-cov": "^0.2.5"
},
"dependencies": {
"@tlrg/clientip-js": "~0.1.0",
"@tlrg/currencies-js": "^1.0.0",
"bluebird": "^2.9.25",
"check-nested": "0.0.3",
"connect-timeout": "^1.6.1",
"ismobilejs": "^0.4.1",
"moment": "^2.11.2",
"node-uuid": "^1.4.1",
"numeral": "^1.5.3",
"object-hash": "^0.8.0",
"on-finished": "^2.2.0",
"proxyquire": "^1.8.0",
"request": "^2.75.0",
"request-promise": "^4.2.2",
"serve-favicon": "^2.2.0",
"statsd-client": "^0.1.0",
"tlrg-config-loader": "^0.3.0",
"tlrg-logger": "^1.13.1"
},
"keywords": [
"middleware"
]
}