-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 740 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 740 Bytes
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
{
"name": "studentportalen-extended",
"version": "1.0.0",
"description": "Add missing functionallity to studentportalen",
"main": "studentportalen.js",
"dependencies": {
"bootstrap": "^3.3.5",
"firebase": "^2.3.1",
"jquery": "^2.1.4",
"lodash": "^3.10.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Niler851/studentportalen-extended.git"
},
"keywords": [
"studentportalen"
],
"author": "Nils Eriksson",
"license": "ISC",
"bugs": {
"url": "https://github.com/Niler851/studentportalen-extended/issues"
},
"homepage": "https://github.com/Niler851/studentportalen-extended#readme"
}