-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 721 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 721 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
{
"name": "bootstrap-grid-only-css",
"description": "The grid and responsive utilities classes extracted from the Bootstrap 4 framework, compiled into CSS.",
"author": "Daniel M. Hendricks",
"version": "4.1.3",
"license": "MIT",
"keywords": [
"css",
"bootstrap",
"responsive",
"grid"
],
"devDependencies": {
"gulp": "^4.0",
"gulp-autoprefixer": "^4.1.0",
"gulp-filter": "^5.1.0",
"gulp-line-ending-corrector": "^1.0.2",
"gulp-cache": "^1.0.2",
"gulp-notify": "^3.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0",
"gulp-uglifycss": "^1.1.0"
},
"repository": {
"type": "git",
"url": "git://github.com/dmhendricks/bootstrap-grid-css.git"
}
}