-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 849 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
38
39
{
"title": "Paul Portfolio",
"name": "paul-portfolio",
"version": "1.0.0",
"description": "My virtual reality portfolio. Enjoy! - Paul Schneider",
"keywords": [
"Portfolio",
"VR",
"AR",
"HoloLens",
"Vive",
"A-Frame",
"Unity",
"Blender"
],
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"author": "Paul Schneider",
"repository": {
"type": "git",
"url": "https://github.com/p-schneid/Portfolio.git"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/p-schneid/Portfolio/issues"
},
"homepage": "https://github.com/p-schneid/Portfolio/",
"dependencies": {
"bootstrap": "3.3.7",
"express": "^4.16.3",
"font-awesome": "4.7.0",
"jquery": "^3.2.1",
"jquery.easing": "^1.4.1",
"popper.js": "^1.11.1"
},
"devDependencies": {}
}