inline-critical/package.json
2015-03-30 16:22:20 +02:00

42 lines
1013 B
JSON

{
"name": "inline-critical",
"version": "0.1.0",
"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": [
"css",
"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.0.10",
"dom-serializer": "^0.1.0",
"normalize-newline": "^1.0.1",
"reaver": "^1.2.0",
"slash": "^1.0.0",
"uglify-js": "^2.4.15"
},
"devDependencies": {
"chai": "^2.0.0",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-complexity": "^0.3.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.12.0"
}
}