forked from ResponsiveBP/Responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.36 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
{
"name": "responsive-bp",
"description": "A powerful, accessible, developer friendly framework for building responsive websites.",
"version": "4.1.4",
"keywords": [
"html",
"css",
"js",
"javascript",
"sass",
"mobile-first",
"responsive",
"rwd",
"front-end",
"framework",
"boilerplate",
"web"
],
"homepage": "https://responsivebp.com",
"author": "James South",
"repository": {
"type": "git",
"url": "https://github.com/responsivebp/responsive.git"
},
"bugs": {
"url": "https://github.com/responsivebp/responsive/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/ResponsiveBP/Responsive/blob/master/MIT-LICENSE.txt"
}
],
"devDependencies": {
"del": "^1.2.0",
"event-stream": "^3.3.2",
"jshint": "^2.9.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.2",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.7",
"gulp-zip": "^3.0.2"
},
"dependencies": {
"jquery": ">=2.1.4"
}
}