{ "name": "inline-critical", "version": "4.0.7", "description": "Inline critical-path css and load the existing stylesheets asynchronously", "main": "index.js", "scripts": { "test": "xo && jest --coverage", "coveralls": "cat ./coverage/lcov.info | coveralls" }, "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 ", "license": "MIT", "bugs": { "url": "https://github.com/bezoerb/inline-critical/issues" }, "dependencies": { "cheerio": "0.22.0", "clean-css": "^4.2.1", "css": "^2.2.4", "detect-indent": "5.0.0", "dom-serializer": "0.1.0", "fg-loadcss": "^2.0.1", "fs-extra": "^7.0.1", "get-stdin": "^6.0.0", "indent-string": "^3.2.0", "lodash": "^4.17.11", "meow": "^5.0.0", "normalize-newline": "3.0.0", "postcss": "^7.0.7", "postcss-discard": "^0.3.0", "reaver": "2.0.0", "resolve": "^1.8.1", "slash": "^2.0.0", "uglify-js": "^3.4.9" }, "devDependencies": { "chai": "^4.0.2", "concat-stream": "^1.6.2", "coveralls": "^3.0.2", "execa": "^1.0.0", "jest": "^23.6.0", "mocha": "^5.2.0", "mockery": "^2.1.0", "nyc": "^13.0.1", "read-package-json": "^2.0.10", "read-pkg-up": "^4.0.0", "xo": "^0.23.0" }, "xo": { "space": 2, "prettier": true }, "jest": { "roots": [ "" ] }, "prettier": { "trailingComma": "es5", "singleQuote": true, "printWidth": 120, "bracketSpacing": false }, "engines": { "node": ">= 8" } }