-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
60 lines (60 loc) · 1.46 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
54
55
56
57
58
59
60
{
"name": "gulp-bless",
"version": "4.0.1",
"homepage": "http://github.com/BlessCSS/gulp-bless",
"description": "CSS post-processor which splits CSS files suitably for Internet Explorer < 10. Bless + Gulp = gulp-bless.",
"main": "./index.js",
"dependencies": {
"bless": "^4.0.0",
"concat-with-sourcemaps": "^1.0.4",
"fancy-log": "^1.3.2",
"lodash.isfunction": "^3.0.8",
"lodash.isstring": "^4.0.1",
"lodash.isundefined": "^3.0.1",
"merge": "~1.2.0",
"plugin-error": "^1.0.1",
"through2": "~0.5.1",
"vinyl": "^2.1.0",
"vinyl-sourcemaps-apply": "^0.2.1"
},
"devDependencies": {
"gulp": "*",
"gulp-clean-css": "2.3.2",
"gulp-concat": "^2.6.1",
"gulp-coverage": "~0.1.24",
"gulp-each": "^0.2.0",
"gulp-load-plugins": "^1.2.0",
"gulp-mocha": "^4.3.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"proxyquire": "~1.0.1",
"should": "*",
"source-map": "^0.5.6",
"stream-assert": "^2.0.3"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/BlessCSS/gulp-bless.git"
},
"keywords": [
"gulpplugin",
"css",
"postprocessor",
"preprocessor",
"split",
"internet explorer",
"bless"
],
"author": "Adam Lynch <[email protected]>",
"license": "MIT",
"bugs": {
"url": "http://github.com/BlessCSS/gulp-bless/issues"
},
"engines": {
"node": ">=0.9"
}
}