UNPKG

1.17 kBJSONView Raw
1{
2 "name": "inline-css",
3 "version": "3.0.0",
4 "description": "Inline css into an html file.",
5 "main": "index.js",
6 "dependencies": {
7 "cheerio": "^0.22.0",
8 "css-rules": "^1.0.9",
9 "extract-css": "^2.0.0",
10 "flat-util": "^1.1.6",
11 "pick-util": "^1.1.3",
12 "slick": "^1.12.2",
13 "specificity": "^0.4.1"
14 },
15 "devDependencies": {
16 "babel-eslint": "^10.1.0",
17 "coveralls": "^3.1.0",
18 "eslint": "^7.12.0",
19 "lerna": "^3.22.1",
20 "mocha": "^8.2.0",
21 "nyc": "^15.1.0",
22 "should": "^13.2.3",
23 "vinyl": "^2.2.1"
24 },
25 "engines": {
26 "node": ">=8"
27 },
28 "scripts": {
29 "bootstrap": "lerna bootstrap",
30 "test": "mocha test packages/**/test",
31 "lint": "eslint index.js lib/ packages/",
32 "lint:fix": "eslint --fix index.js lib/ packages/",
33 "coverage": "nyc npm test && nyc report",
34 "coveralls": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
35 },
36 "files": [
37 "index.js",
38 "lib/"
39 ],
40 "repository": "jonkemp/inline-css",
41 "keywords": [
42 "inline",
43 "css",
44 "html",
45 "email"
46 ],
47 "author": "Jonathan Kemp <kempdogg@gmail.com> (http://jonkemp.com/)",
48 "license": "MIT"
49}