steplix-cache
Version:
Steplix Cache is a Node.js cache helper.
45 lines (44 loc) • 1.19 kB
JSON
{
"name": "steplix-cache",
"version": "0.0.5",
"description": "Steplix Cache is a Node.js cache helper.",
"main": "index.js",
"scripts": {
"lint": "node_modules/.bin/eslint core tests",
"lint-fix": "node_modules/.bin/eslint --fix core tests",
"test": "NODE_ENV=testing mocha --file './tests/setup.js' --reporter spec --recursive tests/**/*.test.js"
},
"homepage": "https://gitlab.com/steplix/SteplixCache#readme",
"repository": {
"type": "git",
"url": "https://gitlab.com/steplix/SteplixCache.git"
},
"author": "Steplix Developers",
"license": "ISC",
"bugs": {
"url": "https://gitlab.com/steplix/SteplixCache/issues"
},
"keywords": [
"cache",
"memory",
"redis",
"steplix"
],
"dependencies": {
"bluebird": "^3.7.2",
"lodash": "^4.17.19",
"minimatch": "^3.0.4"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.6.0",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"mocha-sinon": "^2.1.2",
"sinon": "^9.0.2"
}
}