-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.38 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
47
48
49
50
{
"name": "postcss-google-color",
"version": "2.0.1",
"description": "A PostCSS plugin for easily invoking the colors on the Google Material design color palette",
"main": "index.js",
"license": "MIT",
"repository": "https://github.com/arpadHegedus/postcss-google-color.git",
"homepage": "https://github.com/arpadHegedus/postcss-google-color#readme",
"bugs": "https://github.com/arpadHegedus/postcss-google-color/issues",
"keywords": [
"postcss",
"postcss-plugin",
"preprocessor",
"plugin",
"css",
"style",
"google",
"material",
"color"
],
"author": "Arpad Hegedus <[email protected]> (http://arpadhegedus.com)",
"contributors": [
"Arpad Hegedus <[email protected]> (http://arpadhegedus.com)"
],
"maintainers": [
"Arpad Hegedus <[email protected]> (http://arpadhegedus.com)"
],
"engines": {
"node": ">=6.0.0"
},
"scripts": {
"test": "jest"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5",
"env": {
"jest": true
}
},
"jest": {},
"dependencies": {
"postcss": "^6.0.18"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"eslint": "^4.17.0",
"eslint-config-postcss": "^2.0.2",
"jest": "^22.3.0"
}
}