forked from artirix/ember-simple-auth-auth0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
85 lines (85 loc) · 2.33 KB
/
package.json
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ember-simple-auth-auth0",
"version": "3.0.1",
"description": "ember-simple-auth addon for Auth0 + Lock.js.",
"directories": {
"doc": "doc",
"test": "tests"
},
"scripts": {
"build": "ember build",
"start": "ember server",
"test": "ember try:each"
},
"repository": "https://github.com/seawatts/ember-simple-auth-auth0",
"engines": {
"node": ">= ^4.0.0"
},
"author": "seawatts",
"license": "MIT",
"devDependencies": {
"broccoli-asset-rev": "^2.4.5",
"broccoli-funnel": "^1.1.0",
"broccoli-merge-trees": "^2.0.0",
"broccoli-webpack": "^1.0.0",
"dotenv": "^4.0.0",
"ember-ajax": "^3.0.0",
"ember-cli": "2.13.2",
"ember-cli-app-version": "^3.0.0",
"ember-cli-changelog": "seawatts/ember-cli-changelog#492d607",
"ember-cli-commands": "1.0.0-beta.1",
"ember-cli-dependency-checker": "^2.0.0",
"ember-cli-eslint": "^3.0.0",
"ember-cli-htmlbars": "^2.0.1",
"ember-cli-htmlbars-inline-precompile": "^0.4.0",
"ember-cli-inject-live-reload": "^1.4.1",
"ember-cli-moment-shim": "^3.3.0",
"ember-cli-page-object": "^1.10.0",
"ember-cli-qunit": "^4.0.0",
"ember-cli-release": "1.0.0-beta.2",
"ember-cli-shims": "^1.1.0",
"ember-cli-sri": "^2.1.0",
"ember-cli-test-loader": "^2.1.0",
"ember-cli-uglify": "^1.2.0",
"ember-data": "^2.11.0",
"ember-disable-prototype-extensions": "^1.1.0",
"ember-export-application-global": "^2.0.0",
"ember-load-initializers": "^1.0.0",
"ember-moment": "^7.3.1",
"ember-qunit-nice-errors": "1.1.2",
"ember-resolver": "^4.0.0",
"ember-sinon": "^0.7.0",
"ember-sinon-qunit": "^1.4.0",
"ember-source": "~2.13.0",
"eslint-plugin-ember": "^3.4.1",
"express": "^4.14.1",
"express-jwt": "^5.1.0",
"jsonwebtoken": "^7.3.0",
"jwks-rsa": "^1.1.1",
"loader.js": "^4.2.3",
"morgan": "^1.8.1"
},
"keywords": [
"ember-addon",
"ember-simple-auth",
"lock.js",
"auth0",
"authentication",
"jwt",
"authorization"
],
"dependencies": {
"auth0-js": "^8.2.0",
"auth0-lock": "^10.10.1",
"auth0-lock-passwordless": "^2.2.3",
"ember-cli-babel": "^6.0.0",
"ember-simple-auth": "^1.3.0",
"rsvp": "^3.3.3"
},
"ember-addon": {
"configPath": "tests/dummy/config",
"after": [
"ember-simple-auth"
]
}
}