-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 778 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 778 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": "volcanomobile.net",
"version": "1.0.0",
"description": "Volcanomobile's website",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VolcanoMobile/volcanomobile.github.io.git"
},
"author": "Volcanomobile",
"license": "ISC",
"bugs": {
"url": "https://github.com/VolcanoMobile/volcanomobile.github.io/issues"
},
"homepage": "https://github.com/VolcanoMobile/volcanomobile.github.io#readme",
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"bootstrap": "^4.3.1",
"jquery": "^3.5.0",
"mime-types": "2.1.26",
"popper.js": "1.14.1",
"tether": "^1.4.7"
}
}