-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.56 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.56 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "v-squared.github.io",
"version": "1.0.0",
"description": "This Repository is the home page of the V² Organization. You can find it → https://V-Squared.github.io. What we do as an organization is described there. If you have question to what we do, post an issue in this repository, we will reply.",
"main": "Gruntfile.js",
"dependencies": {
"@types/clipboard": "^2.0.1",
"angular-scroll": "^1.0.2",
"bootstrap": "^4.0.0",
"bootstrap-material-design": "^4.1.1",
"clipboard": "^2.0.1",
"gsap": "^1.20.6",
"jquery": "^3.3.1",
"ngstorage": "^0.3.11",
"popper.js": "^1.14.4",
"stickyfilljs": "^2.1.0",
"vue": "^2.5.17",
"vue-material": "^1.0.0-beta-10.2"
},
"devDependencies": {
"@types/angular-scroll": "0.0.31",
"@types/bootstrap": "^4.1.2",
"@types/greensock": "^1.15.32",
"@types/jquery": "^3.3.17",
"@types/ngstorage": "^0.3.36",
"@types/node": "^10.11.7",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^6.0.0",
"gulp-sass": "^4.0.2",
"gulp-util": "^3.0.8",
"node-sass-tilde-importer": "^1.0.2",
"raw-loader": "^0.5.1",
"ts-loader": "^5.2.2",
"typescript": "^3.1.3",
"webpack": "^4.20.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/V-Squared/V-Squared.github.io.git"
},
"author": "Lukas Chen",
"license": "CC-BY-4.0",
"bugs": {
"url": "https://github.com/V-Squared/V-Squared.github.io/issues"
},
"homepage": "https://v-squared.github.io"
}