{
  "name": "fluency/silex-enhanced-skeleton",
  "version": "0.1",
  "authors": [
    "Rafael Ernesto Espinosa Santiesteban < [email protected]>"
  ],
  "description": "Frontend/Backend Skeleton for Bootstrap based applications",
  "moduleType": [
    "node"
  ],
  "keywords": [
    "skeleton",
    "frontend",
    "backend"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "web/vendor",
    "test",
    "tests"
  ],
  "dependencies": {
    "bootstrap": "~3.3",
    "html5shiv": "~3.7",
    "respond": "~1.4",
    "holderjs": "~2.7",
    "jquery-prettyPhoto": "~3.1",
    "font-awesome": "~4.0",
    "isotope": "~1.5"
  }
}
 
  |