-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.28 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.28 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
{
"name": "tcb-gulp",
"version": "0.1.1",
"description": "TCB Gulp setup",
"main": "./index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"tcb-gulp": "./bin/tcb-gulp.js"
},
"repository": {
"type": "git",
"url": "https://github.com/thecodebureau/tcb-gulp.git"
},
"author": "The Code Bureau <info@thecodebureau.com> (https://thecodebureau.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/thecodebureau/tcb-gulp/issues"
},
"homepage": "https://github.com/thecodebureau/tcb-gulp",
"dependencies": {
"autoprefixer": "^6.1.2",
"browser-sync": "^2.10.0",
"browserify": "^12.0.1",
"chalk": "^1.1.1",
"csswring": "^4.1.1",
"factor-bundle": "^2.5.0",
"gulp": "^3.9.0",
"gulp-htmlmin": "^1.2.0",
"gulp-nodemon": "^2.0.4",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-symlink": "^2.1.3",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"lodash": "^3.10.1",
"node-sass": "3.4.1",
"postcss": "^5.0.12",
"pretty-hrtime": "^1.0.1",
"rimraf": "^2.4.4",
"run-sequence": "^1.1.5",
"through2": "^2.0.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
}
}