-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 902 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
{
"name": "postcss-split",
"version": "0.0.3",
"description": "PostCSS plugin to split annotated CSS into a small set of important rules that will be embedded in the HTML, and a large set of rules that will be loaded asynchronously.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"critical css",
"css split",
"prioritize critical css"
],
"author": "Wladston Viana Ferreira Filho <[email protected]>",
"license": "MIT",
"preferGlobal": true,
"bin": {"post-css-split": "bin/post-css-split.js"},
"repository": {
"type": "git",
"url": "git+https://github.com/wladston/postcss-split.git"
},
"bugs": {
"url": "https://github.com/wladston/postcss-split/issues"
},
"homepage": "https://github.com/wladston/postcss-split",
"dependencies": {
"postcss": "^4.1.13"
},
"devDependencies": {},
"scripts": {},
"main": "index.js"
}