Initial commit
This commit is contained in:
23
package.json
Normal file
23
package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user