forked from posthtml/posthtml-minify-classnames
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.13 KB
/
package.json
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
{
"name": "posthtml-minify-classnames",
"version": "0.1.6",
"description": "PostHTML plugin for minifying classnames",
"main": "index.js",
"author": "Simon Laroche <[email protected]> (https://simon.lc)",
"license": "MIT",
"keywords": [
"html",
"posthtml",
"posthtml-plugin",
"uglify",
"minify",
"mangle",
"compress",
"classnames",
"class",
"emoji"
],
"homepage": "https://github.com/simonlc/posthtml-minify-classnames",
"repository": {
"type": "git",
"url": "https://github.com/simonlc/posthtml-minify-classnames.git"
},
"bugs": {
"url": "https://github.com/simonlc/posthtml-minify-classnames/issues"
},
"scripts": {
"test": "nyc ava",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"dependencies": {
"postcss-safe-parser": "~3.0.1",
"postcss-selector-parser": "~2.2.3",
"posthtml": "~0.9.2"
},
"devDependencies": {
"ava": "~0.21.0",
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-stage-0": "^6.16.0",
"coveralls": "^2.11.15",
"nyc": "~11.0.3"
}
}