-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 934 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
{
"name": "postcss-functional-css",
"version": "0.101.0",
"description": "PostCSS Functional CSS will help you to generate functional css.",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"functional css"
],
"author": "Eduárd Pocstár <admdh.com@gmail.com>",
"license": "MIT",
"repository": "https://github.com/iamfrntdv/postcss-functional-css",
"bugs": {
"url": "https://github.com/iamfrntdv/postcss-functional-css/issues"
},
"homepage": "https://github.com/iamfrntdv/postcss-functional-css",
"dependencies": {
"lodash.camelcase": "4.3.0",
"postcss": "7.0.32"
},
"devDependencies": {
"ava": "3.10.0",
"eslint": "7.4.0",
"eslint-config-postcss": "4.0.0"
},
"scripts": {
"lint": "eslint index.js",
"test": "ava && eslint test/test.js"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
},
"engines": {
"node": ">=6.0.0"
}
}