-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (41 loc) · 1019 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ember-auth-easy",
"summary": "Authentication framework for ember.js.",
"description": "Authentication framework for ember.js.",
"keywords": ["ember", "emberjs", "ember.js", "auth", "authentication"],
"homepage": "http://github.com/mharris717/ember-auth-easy",
"bugs": "http://github.com/mharris717/ember-auth-easy/issues",
"version": "0.2.1",
"main": "lib/main.js",
"author": {
"name": "mharris717",
"email": "mharris717@gmail.com"
},
"maintainers": [
{
"name": "mharris717",
"email": "mharris717@gmail.com"
}
],
"dependencies": {
"ember-auth": "~8.0"
},
"devDependencies": {
"mocha": "",
"should": "",
"coffee-script": ">= 1.3",
"browserify": ""
},
"scripts": {
"test": "rake overlay:test"
},
"bin": {
"ember-auth-easy": "./bin/ember-auth-easy"
},
"engines": { "node": "*" },
"repository": {
"type": "git",
"url": "https://github.com/mharris717/ember-auth-easy"
},
"license": "MIT"
}