forked from jeroenoomsNL/the-flex-grid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.28 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "the-flex-grid",
"version": "1.4.0",
"author": "Jeroen Ooms (@jeroenooms)",
"description": "The Flex Grid is a lightweight 12 columns grid, build with CSS3 feature flexbox. The grid is made for modern browsers, no support for dinosaurs.",
"style": "dist/the-flex-grid.css",
"main": "dist/the-flex-grid.css",
"devDependencies": {
"browser-sync": "^2.12.8",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-cssmin": "^0.1.7",
"gulp-filter": "^4.0.0",
"gulp-gh-pages": "^0.5.4",
"gulp-jshint": "^2.0.1",
"gulp-load-plugins": "^1.2.2",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-ruby-sass": "^2.0.6",
"gulp-size": "^2.1.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"initialize-css": "^1.3.1",
"jshint": "^2.9.2",
"jshint-stylish": "^2.2.0",
"merge-stream": "^1.0.0",
"rimraf": "^2.5.2"
},
"repository": {
"type": "git",
"url": "git://github.com/jeroenoomsNL/the-flex-grid.git"
},
"keywords": [
"css",
"flexbox",
"flex",
"html",
"grid",
"responsive",
"fluid",
"columns",
"subgrids",
"gutterless"
],
"license": "MIT",
"engines": {
"node": ">=0.10.0"
}
}