-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
38 lines (38 loc) · 838 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-banks-db",
"version": "0.10.0",
"description": "PostCSS plugin to insert CSS based on Banks DB data",
"keywords": [
"postcss",
"css",
"postcss-plugin",
"banks-db",
"bankcard",
"bin",
"card",
"bank",
"color"
],
"author": "Ramoona <lindarian12@gmail.com>",
"license": "MIT",
"repository": "ramoona/postcss-banks-db",
"bugs": {
"url": "https://github.com/ramoona/postcss-banks-db/issues"
},
"homepage": "https://github.com/ramoona/postcss-banks-db",
"dependencies": {
"postcss": "^5.2.5",
"banks-db": "^0.12.0"
},
"devDependencies": {
"ava": "^0.16.0",
"eslint": "^3.9.1",
"eslint-config-postcss": "^2.0.2"
},
"scripts": {
"test": "ava && eslint *.js"
},
"eslintConfig": {
"extends": "eslint-config-postcss/es5"
}
}