forked from mariocasciaro/gulp-concat-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.04 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
{
"name": "gulp-concat-css",
"description": "Concatenate css files, rebasing urls and inlining @import",
"version": "2.3.0",
"homepage": "https://github.com/mariocasciaro/gulp-concat-css",
"author": {
"name": "Mario Casciaro"
},
"repository": {
"type": "git",
"url": "git://github.com/mariocasciaro/gulp-concat-css"
},
"bugs": {
"url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
}
],
"dependencies": {
"gulp-util": "~3.0.1",
"lodash.defaults": "^3.0.0",
"parse-import": "^2.0.0",
"rework": "~1.0.0",
"rework-import": "^2.0.0",
"rework-plugin-url": "^1.0.1",
"through2": "~1.1.1"
},
"devDependencies": {
"chai": "^1.10.0",
"mocha": "^2.1.0"
},
"scripts": {
"test": "node_modules/mocha/bin/mocha test/*.js --reporter spec"
},
"keywords": [
"gulpplugin",
"concat",
"css",
"import",
"merge",
"inline"
]
}