forked from basscss/addons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 894 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-padding",
"version": "1.1.0",
"description": "Responsive padding utilities 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-padding.css"
},
"devDependencies": {
"autoprefixer": "^6.3.1",
"postcss-cli": "^2.5.0",
"postcss-custom-media": "^5.0.1",
"postcss-custom-properties": "^5.0.0",
"postcss-import": "^8.0.2"
},
"repository": {
"type": "git",
"url": "https://github.com/basscss/addons.git"
},
"keywords": [
"css",
"oocss",
"fcss",
"functional-css",
"atomic",
"basscss"
],
"author": "Brent Jackson",
"license": "MIT",
"bugs": {
"url": "https://github.com/basscss/addons/issues"
},
"homepage": "https://github.com/basscss/addons"
}