-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
56 lines (56 loc) · 1.09 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
{
"name": "paykoun",
"version": "0.0.13",
"description": "A worker management library written in node",
"main": "lib/paykoun.js",
"directories": {
"doc": "docs"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/edyn/paykoun.git"
},
"author": "Diallo Bobo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/edyn/paykoun/issues"
},
"eslintConfig": {
"globals": {
"require": false,
"process": true,
"module": true,
"it": false,
"describe": false
},
"rules": {
"quotes": [
2,
"single"
],
"global-strict": [
2,
"always"
]
}
},
"homepage": "https://github.com/edyn/paykoun",
"dependencies": {
"ikue": "^0.0.12",
"lodash": "^3.6.0",
"merge": "^1.2.0",
"node-statsd": "^0.1.1",
"uuid": "^3.0.0",
"vasync": "^1.6.3"
},
"devDependencies": {
"chai": "^2.2.0",
"mocha": "^2.2.1",
"rewire": "^2.3.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
}
}