forked from jonsuh/mcgriddle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 979 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
34
35
36
37
38
39
40
41
42
43
{
"name": "mcgriddle",
"version": "0.5.0",
"description": "A get-out-of-your-way Sass grid library. Supports flexbox.",
"homepage": "https://jonsuh.com/mcgriddle",
"license": "MIT",
"author": {
"name": "Jonathan Suh",
"email": "[email protected]",
"url": "https://jonsuh.com/mcgriddle"
},
"main": "index.js",
"eyeglass": {
"needs": "*",
"exports": "eyeglass-exports.js"
},
"keywords": [
"css",
"grid",
"flexbox",
"sass",
"scss"
],
"repository": {
"type": "git",
"url": "https://github.com/jonsuh/mcgriddle.git"
},
"bugs": {
"url": "https://github.com/jonsuh/mcgriddle/issues"
},
"dependencies": {},
"devDependencies": {
"browser-sync": "^2.18.1",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.1",
"gulp-csscomb": "^3.0.8",
"gulp-cssnano": "^2.1.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.9.0"
}
}