-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 762 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 762 Bytes
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
{
"name": "php-userhandler",
"version": "0.15.4",
"homepage": "https://github.com/tigerhawkvok/php-userhandler",
"authors": [
"Philip Kahn <tigerhawkvok@gmail.com>"
],
"description": "Self-Contained PHP user handler",
"main": "login.php",
"license": "LGPLv3",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"purl": "~2.3.1",
"js-base64": "^2.1.5",
"jquery": "^2.1.4",
"jquery-cookie": "~1.4.1",
"bootstrap": "^3.3.4",
"imagelightbox": "git://github.com/rejas/imagelightbox.git#^0.3.2",
"layzr": "git://github.com/callmecavs/layzr.js.git"
}
}