24 lines
616 B
JSON
24 lines
616 B
JSON
{
|
|
"name": "virtueller-stundenplan",
|
|
"version": "0.0.1",
|
|
"description": "A library to access the data from virtueller-stundenplan.org",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"homepage": "https://git.jason.red/Jason/virtueller-stundenplan#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.jason.red/Jason/virtueller-stundenplan.git"
|
|
},
|
|
"author": {
|
|
"name": "Jason",
|
|
"email": "jason@tzsrv.net",
|
|
"url": "https://git.jason.red/jason"
|
|
},
|
|
"license": "CC-BY-NC-4.0",
|
|
"dependencies": {
|
|
"axios": "^1.8.4"
|
|
}
|
|
}
|