inline-critical/package.json

55 lines
1.3 KiB
JSON
Raw Normal View History

2014-08-04 00:01:39 +02:00
{
"name": "inline-critical",
2015-09-16 06:36:33 +02:00
"version": "0.4.1",
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"
},
2015-06-25 06:29:18 +02:00
"files": [
"index.js",
"cli.js"
],
"bin": "cli.js",
2014-08-04 00:01:39 +02:00
"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": {
2015-03-30 16:54:00 +02:00
"cave": "2.0.0",
"cheerio": "0.19.0",
2015-09-16 06:28:54 +02:00
"clean-css": "3.4.3",
2015-06-25 06:27:18 +02:00
"css": "^2.2.1",
2015-03-30 16:54:00 +02:00
"dom-serializer": "0.1.0",
2015-09-16 06:17:33 +02:00
"fg-loadcss": "^0.1.8",
2015-09-16 06:28:54 +02:00
"get-stdin": "^5.0.0",
"indent-string": "^2.1.0",
2015-04-28 06:30:22 +02:00
"lodash": "^3.7.0",
2015-06-25 06:27:18 +02:00
"meow": "^3.3.0",
2015-04-28 06:30:22 +02:00
"normalize-newline": "^1.0.2",
2015-03-30 16:54:00 +02:00
"reaver": "1.2.0",
"slash": "1.0.0",
2015-04-28 06:30:22 +02:00
"uglify-js": "^2.4.20"
2014-08-04 00:01:39 +02:00
},
"devDependencies": {
2015-09-16 06:28:54 +02:00
"chai": "^3.2.0",
2014-08-04 00:01:39 +02:00
"grunt": "~0.4.1",
2015-02-17 00:59:53 +01:00
"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",
"mockery": "^1.4.0",
"read-package-json": "^2.0.0"
2014-08-04 00:01:39 +02:00
}
}