2014-08-04 00:01:39 +02:00
|
|
|
{
|
|
|
|
"name": "inline-critical",
|
2016-04-18 17:02:25 +02:00
|
|
|
"version": "2.1.5",
|
2014-08-04 00:01:39 +02:00
|
|
|
"description": "Inline critical-path css and load the existing stylesheets asynchronously",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2016-04-14 22:43:39 +02:00
|
|
|
"test": "xo && mocha test/index.js --timeout 5000"
|
2014-08-04 00:01:39 +02:00
|
|
|
},
|
2015-06-25 06:29:18 +02:00
|
|
|
"files": [
|
|
|
|
"index.js",
|
2015-11-13 22:59:10 +01:00
|
|
|
"cli.js"
|
2015-06-25 06:29:18 +02:00
|
|
|
],
|
|
|
|
"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",
|
2015-09-29 07:04:06 +02:00
|
|
|
"inline",
|
|
|
|
"loadcss",
|
2014-11-25 23:34:15 +01:00
|
|
|
"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",
|
2016-02-01 12:11:56 +01:00
|
|
|
"cheerio": "0.20.0",
|
2016-04-14 06:23:00 +02:00
|
|
|
"clean-css": "3.4.12",
|
2015-09-29 06:32:53 +02:00
|
|
|
"css": "2.2.1",
|
2016-04-17 00:58:36 +02:00
|
|
|
"detect-indent": "^4.0.0",
|
2015-03-30 16:54:00 +02:00
|
|
|
"dom-serializer": "0.1.0",
|
2016-04-14 06:23:00 +02:00
|
|
|
"fg-loadcss": "1.2.0",
|
2015-11-13 22:29:05 +01:00
|
|
|
"get-stdin": "5.0.1",
|
2015-09-29 06:32:53 +02:00
|
|
|
"indent-string": "2.1.0",
|
2016-04-14 22:36:45 +02:00
|
|
|
"lodash": "4.11.1",
|
2016-01-04 15:20:52 +01:00
|
|
|
"meow": "3.7.0",
|
2015-12-23 00:02:33 +01:00
|
|
|
"normalize-newline": "2.0.0",
|
2015-10-20 19:35:14 +02:00
|
|
|
"reaver": "2.0.0",
|
2016-01-25 12:37:24 +01:00
|
|
|
"resolve": "1.1.7",
|
2015-03-30 16:54:00 +02:00
|
|
|
"slash": "1.0.0",
|
2016-02-22 20:46:03 +01:00
|
|
|
"uglify-js": "2.6.2"
|
2014-08-04 00:01:39 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-01-28 13:14:58 +01:00
|
|
|
"chai": "3.5.0",
|
2016-04-18 06:35:26 +02:00
|
|
|
"concat-stream": "^1.5.1",
|
2016-01-28 23:11:18 +01:00
|
|
|
"mocha": "2.4.5",
|
2016-04-14 00:13:06 +02:00
|
|
|
"mockery": "1.6.2",
|
2016-04-27 01:01:22 +02:00
|
|
|
"read-package-json": "2.0.4",
|
2016-04-14 06:23:00 +02:00
|
|
|
"xo": "0.14.0"
|
2015-11-13 22:59:10 +01:00
|
|
|
},
|
|
|
|
"xo": {
|
|
|
|
"space": 4,
|
|
|
|
"envs": [
|
|
|
|
"node",
|
|
|
|
"mocha"
|
|
|
|
],
|
|
|
|
"ignores": [
|
|
|
|
"test/*.js"
|
|
|
|
]
|
2014-08-04 00:01:39 +02:00
|
|
|
}
|
|
|
|
}
|