aboutsummaryrefslogtreecommitdiffhomepage
path: root/main/app/sprinkles/account/bower.json
blob: 8e7ef39964a803517ccd278eaa8786e89428ceb0 (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
{
    "name": "userfrosting-sprinkle-account",
    "description": "Authentication and account management module for UserFrosting.",
    "homepage": "https://github.com/userfrosting",
    "license": "MIT",
    "authors": [
        {
            "name": "Alexander Weissman",
            "homepage": "https://alexanderweissman.com"
        },
        "ssnukala"
    ],
    "dependencies": {},
    "moduleType": [
        "node"
    ],
    "ignore": [
        "**/.*",
        "node_modules",
        "bower_components",
        "assets/vendor",
        "examples",
        "demo-resources",
        "demo",
        "test",
        "tests"
    ]
}