inline-critical/package.json

58 lines
1.3 KiB
JSON

{
"name": "inline-critical",
"version": "0.4.4",
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/grunt ci"
},
"files": [
"index.js",
"cli.js",
"lib/loadCSS.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.6",
"css": "2.2.1",
"dom-serializer": "0.1.0",
"fg-loadcss": "0.1.8",
"get-stdin": "5.0.0",
"indent-string": "2.1.0",
"lodash": "3.10.1",
"meow": "3.4.2",
"normalize-newline": "1.0.2",
"reaver": "1.2.0",
"slash": "1.0.0",
"uglify-js": "2.5.0"
},
"devDependencies": {
"chai": "3.3.0",
"grunt": "0.4.5",
"grunt-cli": "0.1.13",
"grunt-complexity": "0.3.0",
"grunt-contrib-jshint": "0.11.3",
"grunt-contrib-watch": "0.6.1",
"grunt-mocha-cli": "1.14.0",
"mockery": "1.4.0",
"read-package-json": "2.0.1"
}
}