remove unneeded files
[progetti-gl-como:friendica-messenger.git] / www / bower.json
1 {
2   "name": "fmessenger",
3   "version": "0.0.1",
4   "authors": [
5     "fabrixxm <fabrix.xm@gmail.com>"
6   ],
7   "description": "Friendica Messenger",
8   "main": "index.html",
9   "license": "GPL2",
10   "homepage": "http://fmessenger.kirgroup.com/",
11   "private": true,
12   "ignore": [
13     "**/.*",
14     "node_modules",
15     "bower_components",
16     "test",
17     "tests"
18   ],
19   "dependencies": {
20     "zepto": "~1.1.4",
21     "Building-Blocks": "https://github.com/buildingfirefoxos/Building-Blocks.git#v2.0",
22     "routie": "~0.3.2"
23   }
24 }