-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 904 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 904 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
35
36
37
{
"name": "PrefaceCSS",
"version": "3.0.0",
"description": "A CSS Boilerplate for minimalists https://cluzier.github.io/css-boilerplate/dist/index.html",
"author": "Conner Luzier <https://github.com/cluzier>",
"repository": {
"type": "git",
"url": "https://github.com/cluzier/PrefaceCSS"
},
"keywords": [
"PrefaceCSS",
"preface",
"boilerplate",
"simple",
"css"
],
"devDependencies": {
"@fortawesome/fontawesome-free": "^5.9.0",
"gulp": "latest",
"gulp-autoprefixer": "latest",
"gulp-banner": "latest",
"gulp-clean-css": "latest",
"gulp-rename": "latest",
"gulp-sass": "latest"
},
"scripts": {
"build-css": "gulp sass",
"watch-css": "gulp sass:watch"
},
"license": "MIT",
"dependencies": {
"font-awesome": "^4.7.0",
"loaders.css": "^0.1.2",
"lodash": "^4.17.21",
"lodash.template": "^4.5.0"
}
}