UNPKG

871 BJSONView Raw
1{
2 "name": "@jonny/uzh-summary-of-credits",
3 "version": "5.16.6",
4 "description": "Fetch the UZH summary of credits (Leistungsübersicht)",
5 "license": "MIT",
6 "repository": "JonnyBurger/uzh-summary-of-credits",
7 "author": {
8 "name": "Jonny Burger",
9 "email": "jonathanburger11@gmail.com",
10 "url": "jonny.io"
11 },
12 "engines": {
13 "node": ">=4.0.0"
14 },
15 "scripts": {
16 "test": "xo && ava"
17 },
18 "keywords": [
19 "Leistungsübersicht",
20 "uzh",
21 "university of zurich"
22 ],
23 "dependencies": {
24 "@jonny/uzh-course-shortname": "^1.1.0",
25 "@jonny/uzh-semesters": "^1.2.0",
26 "cheerio-without-node-native": "^0.20.0",
27 "co": "^4.6.0",
28 "es6-denodeify": "^0.1.5",
29 "node-fetch": "^1.5.3",
30 "real-isomorphic-fetch": "^1.2.0",
31 "underscore": "^1.8.3"
32 },
33 "devDependencies": {
34 "ava": "^0.15.1",
35 "xo": "^0.15.0"
36 }
37}