-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 793 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 793 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
32
33
34
{
"name": "slabs.css",
"version": "1.0.2",
"description": "An automated, object-oriented SCSS framework for small and medium-sized applications.",
"repository": {
"type": "git",
"url": "git+https://github.com/timothylong/slabs.css.git"
},
"keywords": [
"css",
"css-framework",
"scss",
"scss-framework"
],
"author": "Timothy Long",
"license": "MIT",
"bugs": {
"url": "https://github.com/timothylong/slabs.css/issues"
},
"homepage": "https://github.com/timothylong/slabs.css",
"devDependencies": {
"gulp": "3.9.1",
"gulp-sass": "^4.0.1",
"gulp-cssimport": "*",
"gulp-autoprefixer": "^4.0.0",
"gulp-clean-css": "^3.9.0",
"gulp-rename": "^1.2.2",
"gulp-livereload": "^3.8.1"
},
"dependencies": {
"gulp-concat": "^2.6.1",
"gulp-uglify": "^3.0.1"
}
}