-
Notifications
You must be signed in to change notification settings - Fork 67
/
package.json
34 lines (34 loc) · 1.02 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
{
"name": "@pattern-lab/styleguidekit-assets-default",
"version": "4.0.0-alpha.3",
"description": "The default set of front-end assets for Pattern Lab.",
"repository": {
"type": "git",
"url": "git://github.com/pattern-lab/styleguidekit-assets-default.git"
},
"author": "Brad Frost",
"license": "MIT",
"bugs": {
"url": "https://github.com/pattern-lab/styleguidekit-assets-default/issues"
},
"homepage": "https://github.com/pattern-lab/styleguidekit-assets-default",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.6",
"gulp-autoprefixer": "^2.1",
"gulp-concat": "^2.3.4",
"gulp-file-include": "^0.13.7",
"gulp-imagemin": "^0.6.1",
"gulp-jshint": "^1.8.0",
"gulp-load-plugins": "^0.5.3",
"gulp-minify-css": "^0.3.7",
"gulp-rename": "^1.2.0",
"gulp-resolve-dependencies": "^1.0.1",
"gulp-ruby-sass": "^3.0.0",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.0",
"imagemin-pngcrush": "^0.1.0",
"main-bower-files": "^1.0.2",
"yargs": "^1.2.6"
}
}