-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.16 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.16 KB
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
{
"name": "gridify.css",
"version": "1.0.0",
"description": "A lightweight css library for creating responsive grid based layouts - aimed at bringing the goodness of flexbox and the likes to older browsers",
"main": "index.js",
"scripts": {
"watch:sass": "node-sass sass/main.scss css/gridify.css -w",
"compile:sass": "node-sass sass/main.scss css/gridify.comp.css",
"prefix:css": "postcss --use autoprefixer -b \"last 10 versions\" css/gridify.comp.css -o css/gridify.prefix.css",
"compress:css": "node-sass css/gridify.prefix.css css/gridify.css --output-style compressed",
"build:css": "npm-run-all compile:sass prefix:css compress:css"
},
"keywords": [
"css",
"grid",
"scss",
"float",
"css",
"library",
"float",
"layout",
"grid",
"layout",
"css",
"layout",
"floats",
"flex",
"support",
"older",
"browsers",
"frontend",
"frontend library",
"web design"
],
"author": "Adim",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^9.4.6",
"concat": "^1.0.3",
"node-sass": "^4.11.0",
"npm-run-all": "^4.1.5",
"postcss-cli": "^6.1.1"
}
}