-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
59 lines (59 loc) · 1.35 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
52
53
54
55
56
57
58
59
{
"name": "memcache-plus",
"version": "0.3.0",
"description": "Better memcache for node",
"main": "index.js",
"scripts": {
"watch": "grunt",
"test": "grunt test",
"build": "docpress build"
},
"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"
},
"docpress": {
"github": "victorquinn/memcache-plus",
"googleAnalytics": {
"id": "UA-29142694-4",
"domain": "memcache-plus.com"
}
},
"homepage": "https://github.com/victorquinn/memcache-plus",
"devDependencies": {
"chai": "^3.5.0",
"chance": "^1.0.4",
"docpress": "0.7.1",
"git-update-ghpages": "1.3.0",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^3.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.2",
"jshint-stylish": "^2.2.0",
"json-stringify-safe": "^5.0.0",
"mocha": "^3.4.2",
"sinon": "^1.10.3"
},
"dependencies": {
"bluebird": "^3.4.1",
"carrier": "^0.3.0",
"debug": "^3.1.0",
"hashring": "^3.2.0",
"immutable": "^4.1.0",
"lodash": "^4.14.0",
"ramda": "~0.28.0"
}
}