-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 902 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 902 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "css-inliner",
"version": "2.0.0",
"description": "",
"main": "lib/index.js",
"engines": {
"node": ">=10.0.0"
},
"dependencies": {
"@broadly/htmlparser2": "^3.9.0",
"css-select": "^2.1.0",
"debug": "^4.1.1",
"domelementtype": "^2.0.2",
"domutils": "^2.3.0",
"entities": "^2.0.3",
"immutable": "^3.8.1",
"postcss": "^5.2.18",
"postcss-selector-parser": "^1.3.3"
},
"optionalDependencies": {
"handlebars": "^4.0.0",
"less": "^2.0.0"
},
"devDependencies": {
"less": "^2.5.3",
"mocha": "^2.3.3"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/broadly/css-inliner.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/broadly/css-inliner/issues"
},
"homepage": "https://github.com/broadly/css-inliner#readme"
}