-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
32 lines (32 loc) · 909 Bytes
/
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
{
"name": "bootstrap-material-btn-color",
"version": "0.5.5",
"description": "Material Button",
"main": "cb-materialbtn.min.css",
"author": "maechabin",
"keywords": [
"bootstrap",
"material-design",
"style"
],
"scripts": {
"watch": "sass --watch ./src/all.scss:./dist/cb-materialbtn.css --style expanded",
"build": "sass ./src/all.scss:./dist/cb-materialbtn.min.css --style compressed"
},
"repository": {
"type": "git",
"url": "git@github.com:maechabin/bootstrap-material-button-color.git"
},
"license": "MIT License",
"devDependencies": {
"bootstrap": "^3.3.5",
"gulp": "^3.9.0",
"gulp-header": "^1.7.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.0"
},
"bugs": {
"url": "https://github.com/maechabin/bootstrap-material-button-color/issues"
},
"homepage": "https://github.com/maechabin/bootstrap-material-button-color"
}