-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.2 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
{
"name": "ali-mc",
"version": "1.3.0",
"description": "AliCloudDB for Memcache client",
"main": "index.js",
"files": [
"index.js",
"lib"
],
"scripts": {
"test": "egg-bin test -r intelli-espower-loader",
"test-cov": "egg-bin cov -r intelli-espower-loader",
"lint": "eslint lib test *.js",
"ci": "npm run lint && npm run test-cov",
"autod": "autod"
},
"repository": {
"type": "git",
"url": "[email protected]:ali-sdk/ali-mc.git"
},
"keywords": [
"memcached",
"ocs",
"client",
"aliyun"
],
"author": "fool2fish <[email protected]> (https://github.com/fool2fish)",
"license": "MIT",
"homepage": "https://github.com/ali-sdk/ali-mc",
"bugs": {
"url": "https://github.com/ali-sdk/ali-mc/issues"
},
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"debug": "^2.3.2",
"is": "^3.2.0",
"java.io": "^2.1.2",
"long": "^3.2.0",
"sdk-base": "^2.0.1",
"thenify": "^3.2.1"
},
"devDependencies": {
"autod": "^2.7.1",
"co": "^4.6.0",
"egg-bin": "^1.7.0",
"eslint": "3",
"eslint-config-egg": "3",
"intelli-espower-loader": "^1.0.1",
"pedding": "^1.0.0",
"power-assert": "^1.4.2"
}
}