forked from heartsentwined/ember-auth
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (29 loc) · 829 Bytes
/
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
{
"name": "ember-auth",
"summary": "Provides token authentication support to ember.js.",
"description": "Provides token authentication support to ember.js.",
"keywords": ["ember", "emberjs", "ember.js", "auth", "authentication"],
"homepage": "https://github.com/heartsentwined/ember-auth",
"bugs": "https://github.com/heartsentwined/ember-auth/issues",
"version": "4.1.4",
"main": "dist/ember-auth.js",
"author": {
"name": "heartsentwined",
"email": "heartsentwined@cogito-lab.com"
},
"maintainers": [
{
"name": "heartsentwined",
"email": "heartsentwined@cogito-lab.com"
}
],
"dependencies" : {
"ember": "*"
},
"engines": { "node": "*" },
"repository": {
"type": "git",
"url": "https://github.com/heartsentwined/ember-auth"
},
"license": "GPL-3.0"
}