inline-critical/package.json
2017-12-01 07:21:56 +01:00

74 lines
1.5 KiB
JSON

{
"name": "inline-critical",
"version": "3.0.0",
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
"main": "index.js",
"scripts": {
"test": "xo && nyc mocha test/index.js --timeout 5000",
"prepublish": "nsp check",
"coveralls": "nyc report --reporter=text-lcov | 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 <ben@sommerlaune.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bezoerb/inline-critical/issues"
},
"dependencies": {
"cave": "2.0.0",
"cheerio": "0.22.0",
"clean-css": "^4.1.5",
"css": "2.2.1",
"detect-indent": "5.0.0",
"dom-serializer": "0.1.0",
"fg-loadcss": "^2.0.1",
"get-stdin": "5.0.1",
"indent-string": "3.1.0",
"lodash": "4.17.4",
"meow": "3.7.0",
"normalize-newline": "3.0.0",
"reaver": "2.0.0",
"resolve": "1.3.3",
"slash": "1.0.0",
"uglify-js": "^3.0.23"
},
"devDependencies": {
"chai": "^4.0.2",
"concat-stream": "1.6.0",
"coveralls": "2.13.1",
"mocha": "^3.4.2",
"mockery": "^2.1.0",
"nsp": "2.6.3",
"nyc": "^11.0.3",
"read-package-json": "^2.0.10",
"xo": "0.18.2"
},
"xo": {
"space": 4,
"envs": [
"node",
"mocha"
],
"ignores": [
"test/*.js"
]
},
"engines": {
"node": ">= 4"
}
}