-
Notifications
You must be signed in to change notification settings - Fork 194
/
bower.json
50 lines (50 loc) · 1.2 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
{
"name": "torii",
"version": "0.0.2",
"description": "A set of clean abstractions for authentication in Ember.js",
"authors": [
{"name": "Matt Beale", "email": "[email protected]"},
{"name": "Cory Forsyth", "email": "[email protected]"},
{"name": "Vestorly", "email": "[email protected]"}
],
"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",
"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.3.0"
},
"devDependencies": {
"handlebars": "^1.3.0",
"jquery": ">= 1.9.1",
"qunit": "^1.12.0",
"ember-qunit": "~0.1.5",
"ember-resolver": "git://github.com/stefanpenner/ember-jj-abrams-resolver.git#master",
"loader": "git://github.com/stefanpenner/loader.js#1.0.0"
}
}