aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/core/bower.json
blob: fb38c72efb2602396562d18c5fa84c84d4daab65 (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
40
41
42
43
44
45
46
47
{
    "name": "userfrosting-sprinkle-core",
    "description": "Core module for UserFrosting.",
    "homepage": "https://github.com/userfrosting",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander Weissman",
            "homepage": "https://alexanderweissman.com"
        },
        "ssnukala"
    ],
    "dependencies": {
        "jquery": ">= 2.2.4",
        "bootstrap": "^3.3.6",
        "font-awesome": "^4.7",
        "handlebars": "^3.0",
        "clipboard": "^1.5",
        "ionicons": "^2.0",
        "icheck": "^1.0",
        "speakingurl": "^11.0",
        "urijs": "^1.18",
        "fastclick": "^1.0.6",
        "moment": "^2.17",
        "jquery-slimscroll": "^1.3",
        "jquery-validation": "~1.14.0",
        "select2": "~4.0.5",
        "tablesorter": "jquery.tablesorter#2.28"
    },
    "resolutions": {
        "jquery": ">= 2.2.4"
    },
    "moduleType": [
        "node"
    ],
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "assets/vendor",
        "examples",
        "demo-resources",
        "demo",
        "test",
        "tests"
    ]
}