-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1004 Bytes
/
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
{
"name": "leaderboard-promise",
"description": "Leaderboards backed by Redis in Node.js, basic on promise",
"version": "1.1.0",
"author": "ZhaoTianze <[email protected]>",
"devDependencies": {
"mocha": "1.5.0",
"async": "0.1.22"
},
"dependencies": {
"redis": "2.5.0-1",
"bluebird": "^3.3.5"
},
"_from": "leaderboard-promise@*",
"_npmVersion": "2.11.3",
"_npmUser": {
"name": "ZhaoTianze",
"email": "[email protected]"
},
"maintainers": [
"ZhaoTianze <[email protected]>"
],
"directories": {
"test": "test"
},
"main": "index.js",
"scripts": {
"test": "./node_modules/mocha/bin/mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ZhaoTianze/leaderboard-promise.git"
},
"keywords": [
"leaderboard",
"redis"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ZhaoTianze/leaderboard-promise/issues"
},
"homepage": "https://github.com/ZhaoTianze/leaderboard-promise#readme"
}