forked from mvegter/node-zermelo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1022 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": "zermelo",
"version": "1.2.1",
"description": "Unofficial Zermelo Library for Node.Js",
"main": "lib/index.js",
"directories": {
"example": "examples",
"test": "test"
},
"dependencies": {},
"devDependencies": {
"bithound": "1.7.0",
"codecov": "^2.1.0",
"coveralls": "^2.12.0",
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
},
"scripts": {
"test": "test",
"test-codecov": "istanbul cover ./node_modules/mocha/bin/_mocha && codecov",
"test-travis": "node ./node_modules/istanbul/lib/cli.js cover test/app.js && codecov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mvegter/node-zermelo.git"
},
"keywords": [
"zermelo",
"api",
"schedule",
"third-party",
"timetable",
"json",
"node",
"javascript"
],
"author": "Martijn Vegter",
"license": "MIT",
"bugs": {
"url": "https://github.com/mvegter/node-zermelo/issues"
},
"homepage": "https://github.com/mvegter/node-zermelo#readme"
}