-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.13 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
{
"name": "cncnet-leaderboard",
"version": "1.0.4",
"description": "Leaderboard for CnCNet 5 games",
"author": "Sean Wragg <seanwragg@gmail.com>",
"main": "src/server",
"scripts": {
"test": "jshint src/server && jscs src/server",
"start": "node src/server"
},
"dependencies": {
"arpad": "^0.1.0",
"basic-auth": "^1.0.1",
"body-parser": "^1.12.4",
"debug": "^2.2.0",
"monk": "^1.0.1",
"restify": "^3.0.3"
},
"devDependencies": {
"chai": "^2.3.0",
"fs-extra": "^0.26.2",
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.11.2",
"grunt-jscs": "^1.8.0",
"grunt-mocha-istanbul": "^3.0.1",
"grunt-mocha-test": "^0.12.7",
"grunt-nodemon": "^0.4.0",
"istanbul": "^0.4.0",
"jit-grunt": "^0.9.1",
"jscs": "^1.9.0",
"jshint": "^2.5.11",
"mocha": "^2.3.4",
"mongodb": "^1.4.39",
"request": "^2.65.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sean3z/cncnet-api.git"
},
"bugs": {
"url": "https://github.com/sean3z/cncnet-api/issues"
},
"homepage": "http://cncnet.org"
}