-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.json
49 lines (49 loc) · 1.33 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
43
44
45
46
47
48
49
{
"name": "buttercake",
"version": "4.0.2",
"description": "Butter Cake is an open source and lightweight modular toolkit for developing with HTML, CSS, and JS. Quickly prototype your ideas or build your entire app with our Sass(SCSS) variables and mixins, responsive grid system, extensive prebuilt components.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/HimasRafeek/butterCake.git"
},
"keywords": [
"butter",
"cake",
"buttercake",
"css",
"css3",
"front",
"end",
"framework",
"ui components",
"css framework"
],
"author": "Himas Rafeek",
"license": "MIT",
"browserslist": "last 2 version",
"bugs": {
"url": "https://github.com/HimasRafeek/butterCake/issues"
},
"homepage": "https://github.com/HimasRafeek/butterCake#readme",
"devDependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-env": "^7.6.3",
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-concat": "^2.6.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^3.0.2",
"readable-stream": "^3.4.0"
},
"dependencies": {
"autoprefixer": "^9.7.1",
"cssnano": "^4.1.10",
"gulp-rename": "^1.4.0",
"postcss-sass": "^0.4.1"
}
}