aboutsummaryrefslogtreecommitdiffstats
path: root/bower.json
blob: d4fe508a0db43454498fddba4162c002582a215c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
    "name": "libreyt",
    "description": "libs",
    "author": "Jesús E. <heckyel[at]riseup[dot]net",
    "private": true,
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "templates/libs/",
        "test",
        "tests"
    ],
    "dependencies": {
        "jquery": "~3.2.1"
    }
}