-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 890 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
{
"name": "drfront-responsive",
"version": "0.0.5",
"description": "Make the none responsive stylesheets generated by DrFront responsive by use of SASS only.",
"main": "dist/drfront-responsive.css",
"scripts": {
"test": "echo \"No test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/allwiine/drfront-responsive.git"
},
"keywords": [
"sass",
"responsive",
"rwd"
],
"author": "glenn.abra@gmail.com",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/allwiine/drfront-responsive/issues"
},
"homepage": "https://github.com/allwiine/drfront-responsive#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.9",
"gulp-combine-mq": "^0.4.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.3.1",
"gulp-sass-lint": "^1.1.1"
}
}