theme/package.json

28 lines
608 B
JSON
Raw Normal View History

2019-02-02 16:17:50 +00:00
{
"name": "vikunja-theme",
"version": "0.2.0",
2019-02-02 16:17:50 +00:00
"description": "A Hugo theme that gets used within all of our websites.",
"license": "GPLv3",
"author": {
"name": "The Vikunja authors",
"email": "team@vikunja.io"
},
"scripts": {
"clean": "gulp clean",
"build": "gulp build",
"release": "gulp release",
"watch": "gulp watch"
},
"dependencies": {
"bulma": "^0.7.1"
2019-02-02 16:17:50 +00:00
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-gzip": "^1.4.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^1.9.1",
"gulp-tar-path": "^1.0.1"
}
}