-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 831 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
40
{
"name": "haydenty",
"description": "This is my personal website.",
"version": "0.0.1",
"dependencies": {
"bower": "^1.7.9",
"express": "^4.14.0"
},
"devDependencies": {
"browser-sync": "^2.17.5",
"gulp": "^3.9.1",
"gulp-nodemon": "^2.2.1"
},
"scripts": {
"start": "node server.js",
"startlocal": "gulp"
},
"engines":{
"node": "8.9.0",
"npm" : "5.5.1"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/haydenty/HaydenTy.git"
},
"keywords": [
"software engineer",
"software developer",
"freelance",
"minnesota",
"midwest"
],
"author": "hayden",
"license": "ISC",
"bugs": {
"url": "https://github.com/haydenty/HaydenTy/issues"
},
"homepage": "https://github.com/haydenty/HaydenTy#readme"
}