forked from yuguo/gulp-import-css
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·41 lines (41 loc) · 905 Bytes
/
package.json
File metadata and controls
executable file
·41 lines (41 loc) · 905 Bytes
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
{
"name": "gulp-import-css",
"description": "Import several css files into a single file, one by one, rebasing urls and inlining @import",
"version": "0.1.2",
"homepage": "https://github.com/yuguo/gulp-import-css",
"author": {
"name": "Yuguo"
},
"repository": {
"type": "git",
"url": "git://github.com/yuguo/gulp-import-css"
},
"bugs": {
"url": "https://github.com/yuguo/gulp-import-css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/yuguo/gulp-import-css/blob/master/LICENSE"
}
],
"main": "./index.js",
"dependencies": {
"gulp-util": "~2.2.14",
"through2": "~0.4.1",
"rework-importer": "~0.4.0",
"rework": "~0.20.2"
},
"devDependencies": {
"chai": "~1.9.0",
"mocha": "~1.17.1",
"clone": "^0.1.11"
},
"scripts": {
},
"keywords": [
"gulpplugin",
"import",
"css"
]
}