forked from victorquinn/memcache-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.18 KB
/
package.json
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "memcache-plus",
"version": "0.2.12",
"description": "Better memcache for node",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/victorquinn/memcache-plus"
},
"keywords": [
"memcache",
"memcached",
"cache",
"promise",
"elasticache",
"cluster"
],
"author": "Victor Quinn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/victorquinn/memcache-plus/issues"
},
"homepage": "https://github.com/victorquinn/memcache-plus",
"devDependencies": {
"chance": "^1.0.4",
"docpress": "0.6.12",
"git-update-ghpages": "1.3.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.12.7",
"jshint-stylish": "^2.2.0",
"json-stringify-safe": "^5.0.0",
"mocha": "^2.5.3",
"sinon": "^1.10.3"
},
"dependencies": {
"bluebird": "^3.4.1",
"carrier": "^0.3.0",
"chai": "^3.5.0",
"collections": "^5.0.4",
"debug": "^2.2.0",
"hashring": "^3.2.0",
"immutable": "^3.8.1",
"lodash": "^4.14.0",
"ramda": "^0.21.0"
}
}