rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

bower.json (227B)


      1 {
      2   "name": "bootstrap-social",
      3   "main": "bootstrap-social.css",
      4   "licence": "MIT",
      5   "ignore": [
      6     "assets",
      7     "index.html",
      8     "LICENCE"
      9   ],
     10   "dependencies": {
     11     "bootstrap": "~3",
     12     "font-awesome": "~4.2"
     13   }
     14 }