-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 908 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
{
"id": "[email protected]",
"title": "FAU Auto-Login",
"name": "fau-auto-login",
"version": "2.0.0",
"description": "Automatic login for several FAU (Friedrich-Alexander-Universität Erlangen-Nürnberg) websites.",
"main": "index.js",
"author": "Alexander Ploner",
"homepage": "https://github.com/alex-pl/fau-auto-login",
"license": "MIT",
"scripts": {
"test": "echo \"Warning: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alex-pl/fau-auto-login.git"
},
"keywords": [
"fau",
"erlangen",
"nürnberg",
"nuremberg",
"uni",
"university",
"sso",
"login"
],
"bugs": {
"url": "https://github.com/alex-pl/fau-auto-login/issues"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-rename": "^1.2.2",
"gulp-zip": "^3.2.0"
}
}