forked from jenil/bulmaswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.07 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
{
"name": "bulmaswatch",
"version": "0.6.2",
"description": "Themes for Bulma",
"author": "Jenil Gogari <[email protected]>",
"homepage": "https://jenil.github.io/bulmaswatch",
"repository": {
"type": "git",
"url": "git+https://github.com/jenil/bulmaswatch.git"
},
"bugs": {
"url": "https://github.com/jenil/bulmaswatch/issues"
},
"license": "MIT",
"keywords": [
"css",
"sass",
"flexbox",
"responsive",
"framework",
"themes"
],
"devDependencies": {
"browser-sync": "^2.18.6",
"bulma": "0.6.2",
"del": "^2.2.2",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.1",
"gulp-csso": "^3.0.0",
"gulp-data": "^1.2.1",
"gulp-front-matter": "^1.3.0",
"gulp-pluck": "^0.0.3",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"node-sass": "^4.5.0"
},
"scripts": {
"build": "gulp sass api",
"start": "gulp",
"api": "gulp api"
}
}