-
Notifications
You must be signed in to change notification settings - Fork 55
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 737 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 737 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
{
"name": "tealio-bulma-theme",
"version": "0.1.0",
"description": "Tealio Bulma Theme, based on Bulmapress",
"main": "main.js",
"repository": {
"type": "git",
"url": ""
},
"author": "mlteal",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-combine-mq": "^0.4.0",
"gulp-concat": "^2.6.0",
"gulp-cssmin": "^0.1.7",
"gulp-load-plugins": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.2.0",
"gulp-rename": "^1.3.0",
"gulp-sass": "^2.3.2",
"gulp-size": "^2.1.0",
"gulp-streamify": "^1.0.2",
"gulp-strip-debug": "^1.1.0",
"gulp-uglify": "^1.5.2"
},
"dependencies": {
"bulma": "^0.7.1",
"node-sass": "^4.9.0"
}
}