-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
77 lines (77 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
77 lines (77 loc) · 1.81 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "Portfolio",
"description": "Selected work from Brad Baris",
"version": "1.0.0",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bradbaris/portfolio.git"
},
"keywords": [
"Brad",
"Baris",
"Developer",
"Designer",
"Creative",
"Honolulu",
"Hawaii"
],
"author": "Brad Baris",
"private": true,
"license": "MIT",
"bugs": {
"url": "https://github.com/bradbaris/portfolio/issues"
},
"homepage": "https://github.com/bradbaris/portfolio#readme",
"dependencies": {
"autoprefixer": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"blazy": "^1.8.2",
"browser-sync": "^2.18.12",
"browserify": "^14.4.0",
"del": "^2.2.2",
"event-stream": "^3.3.4",
"gridfolio": "^2.0.2",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-favicons": "^2.2.7",
"gulp-filter": "^5.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-plumber": "^1.1.0",
"gulp-postcss": "^7.0.0",
"gulp-prompt": "^0.2.0",
"gulp-pug": "^3.3.0",
"gulp-rsync": "0.0.8",
"gulp-sourcemaps": "^2.6.0",
"gulp-uglify": "^3.0.0",
"gulp-uncss": "^1.0.6",
"gulp-util": "^3.0.8",
"minimist": "^1.2.0",
"nlf": "^2.0.0",
"postcss": "^6.0.1",
"postcss-easy-import": "^2.0.0",
"postcss-nested": "^2.0.2",
"postcss-reporter": "^3.0.0",
"postcss-responsive-type": "^0.5.1",
"postcss-simple-vars": "^4.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"browserslist": [
"last 2 versions",
"> 1%",
"Explorer >= 9"
],
"babel": {
"presets": [
"es2015"
]
}
}