forked from FullHuman/purgecss
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 930 Bytes
/
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
{
"name": "rollup-plugin-purgecss",
"version": "7.0.2",
"description": "Rollup plugin for purgecss",
"main": "lib/rollup-plugin-purgecss.js",
"module": "./lib/rollup-plugin-purgecss.es.js",
"jsnext:main": "./lib/rollup-plugin-purgecss.es.js",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"scripts": {
"build": "ts-node build.ts",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FullHuman/purgecss.git"
},
"keywords": [
"rollup-plugin",
"purgecss",
"remove",
"unused",
"css"
],
"author": "Ffloriel",
"license": "MIT",
"bugs": {
"url": "https://github.com/FullHuman/purgecss/issues"
},
"homepage": "https://purgecss.com",
"dependencies": {
"purgecss": "^5.0.0",
"rollup-pluginutils": "^2.8.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}