-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
73 lines (73 loc) · 1.89 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
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
{
"name": "zackfrazier.com",
"version": "2.0.0",
"devDependencies": {
"autoprefixer-core": "^6.0.1",
"babel-preset-es2015": "^6.18.0",
"bower": "^1.4.1",
"browser-sync": "^2.6.1",
"browserify": "^9.0.8",
"classnames": "^1.2.0",
"del": "^1.1.1",
"express": "^4.12.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.1.0",
"gulp-babel": "^6.1.2",
"gulp-buffer": "0.0.2",
"gulp-cachebust": "0.0.5",
"gulp-concat": "^2.5.2",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.1.1",
"gulp-include": "^2.3.1",
"gulp-less": "^3.0.2",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "^1.0.0",
"gulp-modernizr": "^1.0.0-alpha",
"gulp-nunjucks-html": "^2.0.0",
"gulp-plumber": "^1.0.0",
"gulp-postcss": "^6.2.0",
"gulp-react": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.2",
"gulp-sequence": "^0.4.6",
"gulp-sftp": "^0.1.4",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.9.0",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
"install": "^0.8.2",
"main-bower-files": "^2.6.2",
"minimist": "^1.2.0",
"parse": "^1.4.2",
"path": "^0.11.14",
"react": "^0.13.1",
"reactify": "^1.1.0",
"run-sequence": "^1.0.2",
"uglify-js": "^2.4.20",
"vinyl-source-stream": "^1.1.0",
"yargs": "^6.3.0"
},
"description": "For hire. Based in Chicago.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"browserify": {
"transform": [
"reactify"
]
},
"repository": {
"type": "git",
"url": "https://github.com/xak/zackfrazier.git"
},
"author": "Zack Lee Frazier",
"license": "ISC",
"bugs": {
"url": "https://github.com/xak/zackfrazier/issues"
},
"homepage": "https://github.com/xak/zackfrazier"
}