2014-08-04 00:01:39 +02:00
|
|
|
{
|
|
|
|
"name": "inline-critical",
|
2014-12-08 23:25:41 +01:00
|
|
|
"version": "0.0.9",
|
2014-08-04 00:01:39 +02:00
|
|
|
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "node_modules/.bin/grunt ci"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/bezoerb/inline-critical"
|
|
|
|
},
|
|
|
|
"keywords": [
|
2014-11-25 23:34:15 +01:00
|
|
|
"css",
|
|
|
|
"critical-path"
|
2014-08-04 00:01:39 +02:00
|
|
|
],
|
|
|
|
"author": "Ben Zörb <ben@sommerlaune.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/bezoerb/inline-critical/issues"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-10-19 03:12:33 +02:00
|
|
|
"cave": "^2.0.0",
|
2014-08-04 00:01:39 +02:00
|
|
|
"cheerio": "^0.17.0",
|
2014-10-20 16:44:53 +02:00
|
|
|
"clean-css": "^2.2.12",
|
2014-11-25 23:15:48 +01:00
|
|
|
"normalize-newline": "^1.0.1",
|
2014-11-25 17:21:43 +01:00
|
|
|
"reaver": "^1.2.0",
|
2014-12-08 23:02:01 +01:00
|
|
|
"slash": "^1.0.0",
|
|
|
|
"uglify-js": "^2.4.15"
|
2014-08-04 00:01:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"chai": "~1.8.1",
|
|
|
|
"grunt-contrib-jshint": "~0.6.4",
|
|
|
|
"grunt-contrib-watch": "~0.5.3",
|
|
|
|
"grunt": "~0.4.1",
|
|
|
|
"grunt-mocha-cli": "~1.1.0",
|
|
|
|
"grunt-complexity": "~0.1.3",
|
|
|
|
"grunt-cli": "~0.1.9"
|
|
|
|
}
|
|
|
|
}
|