-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
{
"name": "zenko-memcached-module",
"engines": {
"node": "6.9.5"
},
"version": "0.0.1",
"description": "Overrides default MD backend by memcached",
"main": "index.js",
"scripts": {
"ft_test": "mocha tests/functional",
"lint": "eslint $(git ls-files '*.js')",
"test": "mocha tests/unit",
"start": "node index.js"
},
"repository": "vrancurel/zenko-memcached-module",
"keywords": [
"zk",
"monitoring"
],
"author": "Vianney Rancurel",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zenko-memcached-module/issues"
},
"homepage": "https://github.com/zenko-memcached-module#readme",
"devDependencies": {
"mocha": "",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.0.0",
"eslint-config-scality": "scality/Guidelines",
"eslint-plugin-react": "4.2.3"
},
"dependencies": {
"arsenal": "scality/Arsenal",
"crypto": "^1.0.1",
"jsondown": "^0.1.1",
"levelup": "^1.3.9",
"memcached": "~2.2.2",
"stream-array": "^1.1.2",
"stream-to-string": "^1.1.0",
"string-to-stream": "^1.1.0",
"werelogs": "scality/werelogs"
}
}