-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 1.17 KB
/
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
{
"name": "josevega-hyperspace",
"version": "1.0.0",
"description": "This is a Project based on my profesional experience developing websites. This is my personal portfolio where ill be showing some projects i have been working and the next ones i'll be working. Idea of this project is that each 6 months i have to be able to create new versions of this website. Is Fully adaptative, use CSS animations with Javascript help and some PHP to make work the contact form.",
"main": "index.js",
"scripts": {
"dev": "nodemon server.js",
"start": "node server.js",
"deploy": "gh-pages -d docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/VEGALUISJ/Personal-WebSite.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"homepage": "https://github.com/VEGALUISJ/Personal-WebSite.github.io",
"bugs": {
"url": "https://github.com/VEGALUISJ/Personal-WebSite/issues"
},
"homepage": "https://github.com/VEGALUISJ/Personal-WebSite#readme",
"dependencies": {
"express": "^4.17.1",
"gh-pages": "^3.1.0",
"nodemailer": "^6.4.17",
"sweetalert2": "^10.13.3"
},
"devDependencies": {
"nodemon": "^2.0.7"
}
}