-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.15 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.15 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
45
46
47
48
{
"name": "css-grid-system-library",
"version": "1.0.0",
"description": "A lightweight CSS grid system library. Includes a flexbox grid, a CSS Grid system, and a flexbox masonry grid with each grid being optional. Written in SCSS. Available in SCSS and CSS.",
"main": "",
"style": "scss/main.scss",
"sass": "scss/main.scss",
"scripts": {
"build-sass": "gulp sass",
"clean-css": "gulp clean"
},
"repository": {
"type": "git",
"url": "https://github.com/CodyReeves/css-grid-system-library"
},
"keywords": [
"SCSS",
"Mixen",
"CSS"
],
"author": "codreev@gmail.com",
"contributors": [
{
"name": "Cody Reeves",
"email": "codreev@gmail.com"
}
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.0.8",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.11",
"gulp-plumber": "^1.1.0",
"gulp-plumber-notifier": "0.0.3",
"gulp-sass": "^2.3.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-strip-css-comments": "^1.2.0"
},
"bugs": {
"url": ""
},
"homepage": "",
"dependencies": {
"gulp-rename": "^1.2.2",
"gulp-uglifycss": "^1.0.8"
}
}