forked from denisnazarov/torii
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
63 lines (63 loc) · 1.41 KB
/
bower.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
{
"name": "torii",
"version": "0.7.0-beta.4",
"description": "A set of clean abstractions for authentication in Ember.js",
"authors": [
{
"name": "Matt Beale",
"email": "matt.beale@madhatted.com"
},
{
"name": "Cory Forsyth",
"email": "cory.forsyth@gmail.com"
},
{
"name": "Vestorly",
"email": "hello@vestorly.com"
}
],
"homepage": "http://vestorly.github.io/torii/",
"keywords": [
"authentication",
"ember",
"emberjs",
"authorization",
"oauth"
],
"license": "https://github.com/Vestorly/torii/blob/master/LICENSE",
"main": [
"dist/torii.amd.js"
],
"ignore": [
"bower_components",
"dist/commonjs",
"ember-addon",
"app-addon",
"vendor-addon",
"example",
"lib",
"tasks",
"test",
"vendor",
"Gruntfile.js",
"package.json",
"testem.json",
"yuidoc.json"
],
"repository": {
"type": "git",
"url": "git://github.com/Vestorly/torii.git"
},
"dependencies": {
"ember": "1.13.7",
"ember-cli-shims": "ember-cli/ember-cli-shims#0.0.3",
"ember-cli-test-loader": "ember-cli-test-loader#0.1.3",
"ember-load-initializers": "ember-cli/ember-load-initializers#0.1.5",
"ember-qunit": "0.4.10",
"ember-qunit-notifications": "0.0.7",
"ember-resolver": "~0.1.18",
"jquery": "~2.1.4",
"loader.js": "ember-cli/loader.js#3.2.1",
"qunit": "~1.19.0"
}
}