-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 715 Bytes
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
{
"name": "flex-grid-framework",
"licences": [
"MIT"
],
"version": "1.1.0",
"keywords": [
"css",
"scss",
"grid",
"framework",
"flex"
],
"author": "Milan Kyncl <kontakt@milankyncl.cz>",
"contributors": [],
"devDependencies": {
"gulp": "^3.9.1",
"gulp-cssmin": "^0.1.7",
"gulp-minify": "0.0.14",
"gulp-postcss": "^7.0.0",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"autoprefixer": "^7.1.1",
"cssnano": "^3.10.0"
},
"description": "",
"repository": {
"type": "git",
"url": "https://github.com/milankyncl/flex-grid-framework.git"
}
}