aboutsummaryrefslogtreecommitdiffhomepage
path: root/bower.json
blob: f2d2bd26e579fc18bb00874285b65193ddcb66ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "wallabag",
  "version": "2.0.0-beta.1",
  "homepage": "https://github.com/wallabag/wallabag",
  "authors": [
    {
      "name": "Nicolas Lœuillet",
      "email": "nicolas@loeuillet.org",
      "homepage": "http://www.cdetc.fr",
      "role": "Developer"
    },
    {
      "name": "Thomas Citharel",
      "homepage": "http://tcit.fr",
      "role": "Developer"
    },
    {
      "name": "Jérémy Benoist",
      "homepage": "http://www.j0k3r.net",
      "role": "Developer"
    }
  ],
  "description": "wallabag is a self hostable application for saving web pages",
  "license": "MIT",
  "main": "bower.json",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "test",
    "tests"
  ],
  "dependencies": {
    "icomoon-bower": "^0.1.0",
    "bower-pt-sans": "pt-sans#*",
    "roboto-fontface": "^0.4.5",
    "material-design-icons-iconfont": "^2.0.4"
  }
}