-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.05 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
33
34
35
36
37
38
39
40
{
"name": "pritakpatel.com",
"version": "1.0.0",
"homepage": "http://pritakpatel.com",
"description": "Pritak Patel's personal website, which includes links to recent projects, work history, and interests.",
"main": "index.html",
"repository": {
"type": "git",
"url": "http://github.com/pritak/pritakpatel.com.git"
},
"dependencies": {
"bulma": "^0.6.1",
"font-awesome": "^4.7.0",
"jquery": "^3.2.1"
},
"devDependencies": {
"git-scripts": "^0.2.1",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.9.0",
"gulp-concat": "^2.6.1",
"gulp-htmlclean": "^2.7.15",
"gulp-imagemin": "^4.0.0",
"gulp-inject": "^4.3.0",
"gulp-real-favicon": "^0.2.2",
"gulp-remove-html": "^1.3.0",
"gulp-uglify": "^3.0.0",
"imagemin-jpeg-recompress": "^5.1.0",
"surge": "^0.19.0"
},
"git": {
"scripts": {
"pre-push": "surge --project ./dist --domain pritakpatel.com"
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Pritak Patel",
"license": "ISC"
}