mirror of
https://github.com/danog/inline-critical.git
synced 2024-11-26 20:14:41 +01:00
64 lines
1.3 KiB
JSON
64 lines
1.3 KiB
JSON
{
|
|
"name": "inline-critical",
|
|
"version": "1.0.0",
|
|
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "xo && mocha test/index.js"
|
|
},
|
|
"files": [
|
|
"index.js",
|
|
"cli.js"
|
|
],
|
|
"bin": "cli.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/bezoerb/inline-critical"
|
|
},
|
|
"keywords": [
|
|
"css",
|
|
"inline",
|
|
"loadcss",
|
|
"critical-path"
|
|
],
|
|
"author": "Ben Zörb <ben@sommerlaune.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/bezoerb/inline-critical/issues"
|
|
},
|
|
"dependencies": {
|
|
"cave": "2.0.0",
|
|
"cheerio": "0.19.0",
|
|
"clean-css": "3.4.9",
|
|
"css": "2.2.1",
|
|
"dom-serializer": "0.1.0",
|
|
"fg-loadcss": "0.2.4",
|
|
"get-stdin": "5.0.1",
|
|
"indent-string": "2.1.0",
|
|
"lodash": "4.1.0",
|
|
"meow": "3.7.0",
|
|
"normalize-newline": "2.0.0",
|
|
"reaver": "2.0.0",
|
|
"resolve": "1.1.7",
|
|
"slash": "1.0.0",
|
|
"uglify-js": "2.6.1"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "3.5.0",
|
|
"mocha": "2.4.5",
|
|
"mockery": "1.4.0",
|
|
"read-package-json": "2.0.3",
|
|
"xo": "0.12.1"
|
|
},
|
|
"xo": {
|
|
"space": 4,
|
|
"envs": [
|
|
"node",
|
|
"mocha"
|
|
],
|
|
"ignores": [
|
|
"test/*.js"
|
|
]
|
|
}
|
|
}
|