forked from ResponsiveBP/Responsive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 949 Bytes
/
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
{
"name": "responsive",
"description": "A super lightweight HTML, CSS, and JavaScript framework for building responsive websites.",
"version": "2.5.4",
"keywords": [
"responsive",
"css",
"javascript",
"html",
"rwd"
],
"homepage": "http://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": {
"gulp": "~3.6.0",
"gulp-util": "~2.2.14",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.2.0",
"gulp-minify-css": "~0.3.1",
"gulp-zip": "~0.3.4",
"gulp-uglify": "~0.2.1",
"gulp-jshint": "~1.5.3",
"gulp-clean": "~0.2.4",
"event-stream": "~3.1.2"
}
}