{

"name": "vitrina",
"version": "0.3.1",
"description": "A general purpose, configurable, Jekyll theme",
"main": "index.html",
"author": {
  "name": "Augusto Goulart",
  "email": "josegoulart.aluno@unipampa.edu.br",
  "url": "https://oagoulart.github.io"
},
"license": "MIT",
"keywords": [
  "jekyll",
  "theme"
],
"repository": {
  "type": "git",
  "url": "git://github.com/oAGoulart/vitrina.git"
},
"bugs": {
  "url": "https://github.com/oAGoulart/vitrina/issues"
},
"scripts": {
  "install": "./scripts/install.sh",
  "lint": "./scripts/validate.rb",
  "build": "bundle exec jekyll build"
},
"dependencies": {
  "bulma": "^0.9.0",
  "fork-awesome": "^1.1.7"
}

}