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"
]
}
|