-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.76 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.76 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@heml/styles",
"version": "1.1.2",
"description": "CSS processor for HEML",
"keywords": [
"heml"
],
"homepage": "https://heml.io",
"bugs": "https://github.com/SparkPost/heml/issues",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SparkPost/heml.git"
},
"author": "SparkPost <dev-relations@sparkpost.com> (https://sparkpost.com)",
"files": [
"build/"
],
"main": "build/index.js",
"publishConfig": {
"access": "public"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"css-declaration-sorter": "^2.1.0",
"css-shorthand-expand": "^1.1.0",
"lodash": "^4.17.4",
"postcss": "^6.0.13",
"postcss-calc": "^6.0.1",
"postcss-color-rgba-fallback": "^3.0.0",
"postcss-colornames-to-hex": "^1.0.1",
"postcss-convert-values": "^2.6.1",
"postcss-discard-comments": "^2.0.4",
"postcss-discard-duplicates": "^2.1.0",
"postcss-discard-empty": "^2.1.0",
"postcss-discard-overridden": "^0.1.1",
"postcss-email-important": "^1.0.0",
"postcss-hex-format": "^1.0.0",
"postcss-merge-longhand": "^3.0.0",
"postcss-merge-rules": "^2.1.2",
"postcss-minify-font-values": "^1.0.5",
"postcss-minify-gradients": "^1.0.5",
"postcss-minify-params": "^1.2.2",
"postcss-minify-selectors": "^2.1.1",
"postcss-normalize-display-values": "^4.0.0-rc.2",
"postcss-normalize-positions": "^4.0.0-rc.2",
"postcss-normalize-repeat-style": "^4.0.0-rc.2",
"postcss-normalize-string": "^4.0.0-rc.2",
"postcss-normalize-timing-functions": "^4.0.0-rc.2",
"postcss-ordered-values": "^2.2.3",
"postcss-rgba-hex": "^0.3.7",
"postcss-safe-parser": "^3.0.1",
"postcss-selector-parser": "^2.2.3",
"postcss-unique-selectors": "^2.0.2"
}
}