forked from libreliodev/javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
29 lines (29 loc) · 831 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
{
"name": "Bootstrap-Admin-Template",
"version": "2.2.0",
"author": {
"name": "Osman Nuri Okumuş",
"email": "[email protected]",
"url": "https://github.com/onokumus"
},
"description": "Twitter Bootstrap Admin Template",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/onokumus/Bootstrap-Admin-Template.git"
},
"bugs": {
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/issues"
},
"licenses": {
"type": "MIT",
"url": "https://github.com/onokumus/Bootstrap-Admin-Template/blob/master/README.md"
},
"dependencies": {
"bootstrap": "~3.1.1",
"font-awesome": "~4.0.3",
"gmaps": "~0.4.9",
"html5shiv": "~3.7.0",
"respond": "~1.4.0"
}
}