forked from geebru/bartender
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.18 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.18 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
{
"name": "generator-bartender",
"version": "3.0.0",
"description": "Front-end development management stream by LookThink.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bitbucket.org/lookthink/bartender"
},
"author": "Greg Bruening <greg.b@lookthink.com>",
"contributors": [
{
"name": "Aaron Wentt",
"email": "aaron.w@lookthink.com"
}
],
"keywords": [
"bartender",
"gulp",
"front end"
],
"dependencies": {
"cssnano": "^3.4.0",
"gulp-colorguard": "^1.1.0",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^2.4.1",
"postcss-assets": "^4.1.0",
"postcss-cssnext": "^2.10.0"
},
"devDependencies": {
"browser-sync": "^2.11.2",
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-changed": "^1.3.0",
"gulp-concat": "^2.6.0",
"gulp-imagemin": "^2.4.0",
"gulp-jshint": "^2.0.1",
"gulp-notify": "^2.2.0",
"gulp-sequence": "^0.4.5",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.8",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.3",
"lodash": "^4.10.0",
"require-dir": "^0.3.0",
"yamljs": "^0.2.7"
}
}