-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "drd",
"version": "1.0.0",
"description": "dameranchdesigns.com package.json",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/kayetter/dameranchdesigns.com.git"
},
"keywords": [
"design",
"divine",
"web-development"
],
"author": "kristin yetter",
"license": "MIT",
"devDependencies": {
"autoprefixer": "^6.7.3",
"cssnano": "^3.10.0",
"gulp": "^3.9.1",
"gulp-browserify": "^0.5.1",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-if": "^2.0.2",
"gulp-image-resize": "^0.12.0",
"gulp-imagemin": "^3.1.1",
"gulp-jsonminify": "^1.0.0",
"gulp-postcss": "^6.3.0",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.1.2",
"gulp-rev-replace": "^0.4.3",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"gulp-webserver": "^0.9.1",
"imagemin-pngcrush": "^5.0.0",
"install": "^0.8.7",
"jquery-modal": "^0.8.0",
"main-bower-files": "^2.13.1",
"postcss-animation": "0.0.11",
"postcss-color-function": "^3.0.0",
"postcss-math": "0.0.7",
"precss": "^1.4.0",
"rev-del": "^1.0.5",
"wiredep": "^4.0.0"
}
}