-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 856 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
{
"name": "postcss-img",
"version": "4.0.0",
"description": "PostCSS plugin Convert to Base64 for redundancy limit size, otherwise use prepared webp pictures to replace",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"webp"
],
"author": "rambo <[email protected]>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/rambo-panda/postcss-img.git"
},
"bugs": {
"url": "https://github.com/rambo-panda/postcss-img/issues"
},
"homepage": "https://github.com/rambo-panda/postcss-img",
"dependencies": {
"postcss": "7.0.17"
},
"devDependencies": {
"eslint": "^6.3.0",
"jest": "^24.9.0"
},
"scripts": {
"test": "jest && eslint *.js"
},
"jest": {
"testEnvironment": "node"
},
"main": "index.js",
"directories": {
"test": "test"
}
}