-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1020 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
41
{
"name": "dan-portfolio",
"version": "1.0.0",
"description": "Personal portfolio website",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mahathun/dan-portfolio.git"
},
"keywords": [
"porfolio"
],
"author": "Dan Mahavithana",
"license": "ISC",
"bugs": {
"url": "https://github.com/mahathun/dan-portfolio/issues"
},
"homepage": "https://github.com/mahathun/dan-portfolio#readme",
"devDependencies": {
"bootstrap-social": "^5.1.1",
"browser-sync": "^2.18.5",
"child-process": "^1.0.2",
"del": "^2.2.2",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.5",
"gulp-cssnano": "^2.1.2",
"gulp-imagemin": "^3.1.1",
"gulp-sass": "^3.0.0",
"gulp-uglify": "^2.0.0",
"gulp-useref": "^3.1.2",
"gulp-util": "^3.0.8",
"run-sequence": "^1.2.2"
},
"dependencies": {
"gulp-autoprefixer": "^6.0.0"
}
}