-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (29 loc) · 852 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-session-cookie",
"summary": "cookie session adapter for ember-auth",
"description": "cookie session adapter for ember-auth",
"keywords": ["ember", "emberjs", "ember.js", "auth", "authentication"],
"homepage": "http://ember-auth.herokuapp.com",
"bugs": "https://github.com/heartsentwined/ember-auth-session-cookie/issues",
"version": "1.0.1",
"main": "dist/ember-auth-session-cookie.js",
"author": {
"name": "heartsentwined",
"email": "[email protected]"
},
"maintainers": [
{
"name": "heartsentwined",
"email": "[email protected]"
}
],
"dependencies" : {
"ember-auth": ">= 9.0"
},
"engines": { "node": "*" },
"repository": {
"type": "git",
"url": "https://github.com/heartsentwined/ember-auth-session-cookie"
},
"license": "MIT"
}