-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 881 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 881 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
{
"name": "gulp-htmlpostcss",
"version": "1.0.0",
"description": "Gulp plugin to process CSS within the <style> tags and inline style= attributes in your HTML using html-postcss.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/JounQin/gulp-htmlpostcss.git"
},
"keywords": [
"gulp",
"html",
"postcss",
"gulp-html-postcss",
"css",
"autoprefixer",
"html-autoprefixer"
],
"author": "JounQin",
"license": "MIT",
"bugs": {
"url": "https://github.com/JounQin/gulp-htmlpostcss/issues"
},
"homepage": "https://github.com/JounQin/gulp-htmlpostcss#readme",
"dependencies": {
"event-stream": "^3.3.2",
"html-postcss": "^0.1.2",
"lodash": "^4.11.1"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"gulp": "^3.9.1"
}
}