-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 775 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 775 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
{
"name": "personal-website",
"version": "1.0.0",
"description": "Joshua Franklin's personal website hosted at https://joshfrankl.in.",
"main": "index.js",
"scripts": {
"start": "gulp",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joshf26/Personal-Website.git"
},
"author": "Joshua Franklin",
"license": "ISC",
"bugs": {
"url": "https://github.com/joshf26/Personal-Website/issues"
},
"homepage": "https://github.com/joshf26/Personal-Website#readme",
"devDependencies": {
"gulp": "^4.0.0",
"gulp-ignore": "^2.0.2",
"gulp-minify": "^3.1.0",
"gulp-nunjucks": "^4.0.0"
}
}