-
Notifications
You must be signed in to change notification settings - Fork 46
/
bower.json
38 lines (38 loc) · 839 Bytes
/
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
{
"name": "j-toker",
"description": "Simple, secure token authentication for jQuery.",
"version": "0.0.10-beta3",
"authors": "Lynn Dylan Hurley <lynn.dylan.hurley@gmail.com> (http://github.com/lynndylanhurley)",
"homepage": "http://github.com/lynndylanhurley/j-toker",
"repository": {
"type": "git",
"url": "git://github.com/lynndylanhurley/j-toker.git"
},
"license": "WTFPL",
"keywords": [
"jquery",
"react",
"token",
"auth",
"authentication",
"secure",
"oauth2",
"oauth"
],
"ignore": [
"**/.*",
"node_modules",
"Gruntfile.js",
"package.json",
"test",
"demo",
"config"
],
"main": "dist/jquery.j-toker.js",
"dependencies": {
"jquery": "2.1.3",
"jquery-deparam": "~0.2.0",
"jquery-cookie": "~1.4.1",
"pubsub-js": "~1.5.2"
}
}