-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.35 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.35 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
51
52
53
54
55
{
"name": "gulp-base",
"version": "1.0.0",
"description": "Gulp base structure",
"main": "gulpfile.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:vladigoal/gulp-base.git"
},
"keywords": [
"npm"
],
"author": "Gorbyk Vlad",
"license": "MIT",
"dependencies": {
"bem": "^0.9.0",
"bemto.jade": "^0.2.2",
"browser-sync": "^2.7.6",
"del": "^1.2.0",
"doc-data-parser": "git://github.com/vladigoal/doc-data-parser",
"gulp": "^3.8.11",
"gulp-autoprefixer": "^2.3.0",
"gulp-changed": "^1.2.1",
"gulp-coffee": "^2.3.1",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.5.2",
"gulp-data": "^1.2.0",
"gulp-flatten": "0.0.4",
"gulp-html-prettify": "0.0.1",
"gulp-html2jade": "^1.1.1",
"gulp-imagemin": "^2.2.1",
"gulp-insert": "^0.4.0",
"gulp-jade": "^1.0.1",
"gulp-jade-inheritance": "^0.5.1",
"gulp-less": "^3.0.3",
"gulp-minify-css": "^1.1.4",
"gulp-replace": "^0.5.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-stylus": "^2.0.3",
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.5",
"gulp-yaml": "^0.2.4",
"gulp.spritesmith": "^3.8.2",
"jade": "^1.10.0",
"nib": "^1.1.0",
"require-dir": "^0.3.0",
"stylus": "^0.51.1"
},
"devDependencies": {
"gulp-spritesmith": "0.0.2"
}
}