-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 919 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 919 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "alien-node-redis-utils",
"version": "1.4.6",
"description": "Helper functions for Redis cache on NodeJS",
"main": "lib/Cache.js",
"dependencies": {
"alien-node-list-utils": "*",
"alien-node-q-utils": "*",
"o-validator": "^0.2.x",
"ramda": "^0.27.1"
},
"devDependencies": {
"coveralls": "^2.13.3",
"istanbul": "^0.3.13",
"jasmine": "^2.8.0"
},
"scripts": {
"test": "./node_modules/.bin/istanbul cover ./node_modules/.bin/jasmine"
},
"repository": {
"type": "git",
"url": "https://github.com/aliencreations/alien-node-redis-utils.git"
},
"keywords": [
"aliencreations",
"redis",
"util",
"node",
"ramda"
],
"author": "Sean Cannon",
"license": "MIT",
"bugs": {
"url": "https://github.com/aliencreations/alien-node-redis-utils/issues"
},
"homepage": "https://github.com/aliencreations/alien-node-redis-utils"
}