-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·42 lines (42 loc) · 1.06 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
{
"name": "mountCSS",
"version": "1.0.0",
"description": "mountCSS is a SCSS starter and small component library to quickstart your websites.",
"devDependencies": {
"autoprefixer": "^6.0.3",
"browser-sync": "^2.26.7",
"css-mqpacker": "^4.0.0",
"csswring": "^4.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-csso": "^2.0.0",
"gulp-imageoptim": "^1.0.4",
"gulp-livereload": "^3.8.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-postcss": "^6.0.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0",
"gulp-sourcemaps": "^2.6.4",
"gulp-uglify": "^1.4.2",
"normalize.css": "^8.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/philippebarbosa/mountCSS.git"
},
"keywords": [
"scss",
"css",
"framework",
"pattern",
"component",
"library"
],
"author": "Philippe Barbosa",
"license": "MIT",
"bugs": {
"url": "https://github.com/philippebarbosa/mountCSS/issues"
},
"homepage": "https://github.com/philippebarbosa/mountCSS"
}