Skip to content

Instantly share code, notes, and snippets.

@candidosales
Last active December 7, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save candidosales/bf67ac9d3afa0d953c0e to your computer and use it in GitHub Desktop.
Save candidosales/bf67ac9d3afa0d953c0e to your computer and use it in GitHub Desktop.
Bower para projetos Java - VRaptor
{
"name": "relatorios-qualidade",
"version": "1.0.0",
"authors": [
"candidosales <candidosg@gmail.com>",
"rafaellins <rafael.lins777@gmail.com>"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"bourbon": "~4.2.6",
"angular-ui-router": "~0.2.15",
"angular": "~1.4.8",
"animate.css": "~3.4.0",
"highcharts-ng": "~0.0.11",
"highcharts": "~4.1.10",
"bootstrap-sass-official": "~3.3.6",
"angular-bootstrap": "~0.14.3",
"ng-file-upload": "~10.1.8"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment