forked from basscss/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 940 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
{
"name": "basscss-responsive-border",
"version": "1.1.1",
"description": "Responsive border styles module for Basscss",
"scripts": {
"prepublish": "mkdir -p css && postcss index.css -u postcss-import -u postcss-custom-media -u postcss-custom-properties -u autoprefixer -o css/responsive-border.css"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"postcss-cli": "^2.5.2",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.1",
"postcss-import": "^8.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/accell/basscss-responsive-border.git"
},
"keywords": [
"basscss",
"css",
"oocss",
"fcss",
"functional-css",
"atomic"
],
"author": "Eric Colón",
"license": "MIT",
"bugs": {
"url": "https://github.com/accell/basscss-responsive-border/issues"
},
"homepage": "https://github.com/accell/basscss-responsive-border"
}