-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "akshay-portfolio",
"description": "Akshay Anand's portfolio app",
"devDependencies": {
"autoprefixer": "^6.7.6",
"del": "^2.2.2",
"express": "^4.15.2",
"gulp": "^3.9.1",
"gulp-cache": "^0.4.6",
"gulp-concat": "^2.6.1",
"gulp-connect": "^5.0.0",
"gulp-data": "^1.2.1",
"gulp-declare": "^0.3.0",
"gulp-front-matter": "^1.3.0",
"gulp-gray-matter": "^3.0.1",
"gulp-handlebars": "^4.0.0",
"gulp-imagemin": "^3.1.1",
"gulp-jshint": "^2.0.4",
"gulp-layout": "0.0.4",
"gulp-load-plugins": "^1.5.0",
"gulp-markdown": "^1.2.0",
"gulp-minify-css": "^1.2.4",
"gulp-pluck": "0.0.3",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^6.3.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.11",
"gulp-wrap": "^0.13.0",
"handlebars": "^4.0.10",
"jshint": "^2.9.4",
"node-bourbon": "^4.2.8",
"path": "^0.12.7",
"streamqueue": "^1.1.1"
}
}