forked from agoragames/leaderboard-coffeescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 695 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 695 Bytes
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
{
"name": "agoragames-leaderboard",
"version": "2.1.0",
"author": "David Czarnecki <[email protected]>",
"description": "Leaderboards backed by Redis in JavaScript",
"contributors": [
{
"name": "David Czarnecki",
"email": "[email protected]"
}
],
"main": "./lib/leaderboard",
"repository": {
"type": "git",
"url": "git://github.com/agoragames/leaderboard-coffeescript.git"
},
"keywords": [
"leaderboard",
"redis"
],
"dependencies": {
"redis": "~ 0.8",
"coffee-script": ">= 1.4.0"
},
"devDependencies": {
"should": "*",
"mocha": "*"
},
"license": "MIT",
"engines": {
"node": ">= 0.6"
}
}