forked from iamvdo/pleeease-filters
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 830 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
{
"name": "pleeease-filters",
"version": "4.0.0",
"description": "Convert CSS shorthand filters to SVG ones",
"author": {
"name": "Vincent De Oliveira"
},
"main": "./index",
"keywords": [
"postprocessor",
"css",
"postcss",
"pleeease",
"filters"
],
"repository": {
"type": "git",
"url": "https://github.com/iamvdo/pleeease-filters.git"
},
"scripts": {
"pretest": "eslint --ignore-path .gitignore .",
"test": "jasmine-node spec"
},
"dependencies": {
"onecolor": "^3.0.4"
},
"devDependencies": {
"eslint": "^7.26.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.23.0",
"jasmine-node": "^3.0.0",
"postcss": "^8.2.15"
},
"peerDependencies": {
"postcss": "^8.2.15"
},
"engines": {
"node": ">= 10"
}
}