-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
41 lines (41 loc) · 856 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
39
40
41
{
"name": "xelax90/skelleton",
"version": "0.0.0",
"description": "A Skelleton Application with configured ZF 2, Doctrine 2, ZfcUser, BjyAuthorize and Bower",
"main": "public/index.php",
"keywords": [
"Skelleton",
"Zend",
"Doctrine",
"ZfcUser",
"BjyAuthorize",
"Bower"
],
"authors": [
{
"name": "xelax",
"email": "[email protected]",
"homepage": "https://github.com/xelax90"
}
],
"license": "GPL-2.0",
"homepage": "https://github.com/xelax90/skelleton",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"jquery": "1.*",
"bootstrap": "3.*",
"bootstrap-switch": "*",
"html5shiv": "*",
"respond": "*",
"fontawesome": "*",
"select2": "4.*",
"bootstrap-languages": "https://github.com/xelax90/bootstrap-languages.git",
"jquery-sortable-lists": "*"
}
}