bower.json 584 Bytes
{
  "name": "sym_cea",
  "authors": [
    "Wilmer Ramones <wramones@ubv.edu.ve>"
  ],
  "description": "Centro de Estudios Avanzados",
  "main": "",
  "license": "MIT",
  "homepage": "localhost/cea",
  "private": true,
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "web/assets/vendor/",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "^3.3.6",
    "font-awesome": "fontawesome#^4.6.3",
    "lightbox2": "lightbox#^2.8.2",
    "animate.css": "^3.5.2",
    "smooth-scroll": "https://github.com/cferdinandi/smooth-scroll.git#^9.1.4"
  }
}