-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.01 KB
/
package.json
File metadata and controls
39 lines (39 loc) · 1.01 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
{
"name": "drewrawitz",
"title": "DrewRawitz.com",
"description": "Front-End Developer in Raleigh, NC",
"author": "Drew Rawitz",
"email": "email@drewrawitz.com",
"url": "http://www.drewrawitz.com",
"copyright": "2013",
"version": "1.0.0",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/drewrawitz/DrewRawitz.com.git"
},
"devDependencies": {
"bower": "~1.5.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "2.3.1",
"gulp-clean": "~0.3.1",
"gulp-concat": "^2.6.0",
"gulp-header": "^1.7.1",
"gulp-imagemin": "~2.3.0",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.2.1",
"gulp-newer": "~0.5.1",
"gulp-notify": "~2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-rev-hash": "0.0.2",
"gulp-sass": "^2.0.4",
"gulp-uglify": "^1.3.0",
"gulp.spritesmith": "^4.0.0",
"rsyncwrapper": "^0.4.3",
"run-sequence": "^1.1.2"
},
"scripts": {
"postinstall": "node_modules/.bin/bower install"
}
}