forked from CSSSR/csssr-project-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.85 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "csssr-project-template",
"version": "0.8.5",
"title": "CSSSR Project Template",
"description": "A template for a quick start.",
"keywords": [
"csssr",
"project",
"template",
"frontend",
"gulp",
"jade",
"stylus"
],
"repository": {
"type": "git",
"url": "https://github.com/CSSSR/csssr-project-template.git"
},
"author": {
"name": "felixexter",
"url": "https://github.com/felixexter"
},
"copyright": "©CSSSR",
"bugs": {
"url": "https://github.com/CSSSR/csssr-project-template/issues/",
"email": "[email protected]"
},
"homepage": "https://github.com/CSSSR/csssr-project-template/",
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"browser-sync": "^1.9.1",
"coffee-script": "^1.8.0",
"del": "^0.1.3",
"gulp": "^3.8.11",
"gulp-autoprefixer": "0.0.8",
"gulp-bump": "^0.1.13",
"gulp-cached": "^1.0.4",
"gulp-changed": "^1.1.1",
"gulp-combine-media-queries": "^0.1.0",
"gulp-concat": "^2.4.3",
"gulp-csscomb": "^3.0.3",
"gulp-filter": "^2.0.2",
"gulp-gh-pages": "^0.4.0",
"gulp-html-prettify": "0.0.1",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^0.6.2",
"gulp-jade": "^0.6.1",
"gulp-jade-inheritance": "^0.5.0",
"gulp-jscs": "^1.4.0",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.13",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.7",
"gulp-svg-symbols": "^0.3.1",
"gulp-uglify": "^1.1.0",
"gulp-util": "^3.0.2",
"gulp-zip": "^2.0.3",
"gulp.spritesmith": "^1.5.0",
"jshint-stylish": "^0.4.0",
"ngrok": "^0.1.99",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"rupture": "^0.6.1"
},
"browsers": {
"android": 4,
"chrome": 40,
"firefox": 35,
"ie": 10,
"ios": 7,
"opera": 27,
"safari": 7
}
}