-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
34 lines (34 loc) · 985 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
{
"name": "MyLeaderboard",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "istanbul cover _mocha -- tests/* -R spec",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- tests/* -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"dependencies": {
"body-parser": "~1.12.4",
"cookie-parser": "~1.3.5",
"coveralls": "^2.11.2",
"debug": "~2.2.0",
"express": "~4.12.4",
"geographiclib": "~1.0.4",
"istanbul": "^0.3.15",
"jade": "~1.9.2",
"mocha": "^2.2.5",
"mocha-lcov-reporter": "0.0.2",
"morgan": "~1.5.3",
"rand-token": "~0.2.1",
"serve-favicon": "~2.2.1",
"winston": "~0.5.11"
},
"description": "Leaderboard app developed for the Placing Task 2015 @ MediaEval",
"main": "app.js",
"directories": {
"test": "tests"
},
"devDependencies": {},
"author": "Claudia Hauff",
"license": "ISC"
}