forked from clong365/inspinia-1
-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 686 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 686 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
29
30
31
32
{
"name": "inspinia",
"version": "1.0.1",
"description": "INSPINIA - Responsive Admin Theme",
"main": [
"assets/assets/style.scss",
"assets/js/inspinia.js"
],
"keywords": [
"bootstrap",
"theme"
],
"authors": ["rodney.zhang"],
"dependencies": {
"jquery": "~2.1.1",
"bootstrap": "~3.3.0",
"jquery-ui": "~1.11.1",
"metisMenu": "~1.1.3",
"fontawesome": "~4.3.0",
"PACE": "https://github.com/HubSpot/pace.git#~0.5.7",
"slimScroll": "https://github.com/rochal/jQuery-slimScroll.git#~1.3.3"
},
"license": "MIT",
"private": false,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}