-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 1.15 KB
/
package.json
File metadata and controls
26 lines (26 loc) · 1.15 KB
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
{
"name": "authmagic-getting-started-example",
"version": "1.0.0",
"description": "Example of <a href=\"https://github.com/authmagic/authmagic\">authmagic</a> application created with <a href=\"https://github.com/authmagic/authmagic-timerange-stateless-core\">authmagic-timerange-stateless-core</a>, <a href=\"https://github.com/authmagic/authmagic-email-plugin\">authmagic-email-plugin</a> and <a href=\"https://github.com/authmagic/authmagic-link-email-phone-bootstrap-theme\">authmagic-link-email-phone-bootstrap-theme</a>.",
"main": "authmagic.js",
"scripts": {
"start": "authmagic"
},
"repository": {
"type": "git",
"url": "git+https://github.com/authmagic/authmagic-getting-started-example.git"
},
"keywords": [],
"author": "",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/authmagic/authmagic-getting-started-example/issues"
},
"homepage": "https://github.com/authmagic/authmagic-getting-started-example#readme",
"dependencies": {
"authmagic": "0.0.7",
"authmagic-email-plugin": "0.0.6",
"authmagic-link-email-phone-bootstrap-theme": "0.0.8",
"authmagic-timerange-stateless-core": "0.0.10"
}
}