-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
43 lines (43 loc) · 884 Bytes
/
bower.json
File metadata and controls
43 lines (43 loc) · 884 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "inpher-restapi-demo",
"version": "1.0.8",
"homepage": "www.inpher.io",
"authors": [
"Inpher Team"
],
"description": "Demo",
"keywords": [
"crypto",
"inpher"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"pages",
"index.html",
"/js"
],
"main": [
"css/admin.css",
"js/admin.js"
],
"dependencies": {
"bootstrap": "~3.3.6",
"datatables": "~1.10.4",
"datatables-plugins": "~1.0.1",
"flot": "~0.8.3",
"font-awesome": "~4.4.0",
"holderjs": "~2.4.1",
"metisMenu": "~1.1.3",
"morrisjs": "~0.5.1",
"datatables-responsive": "1.0.6",
"bootstrap-social": "~4.8.0",
"flot.tooltip": "~0.8.4",
"bootstrap-validator": "~0.10.2",
"jquery-binary-transport": "https://github.com/henrya/js-jquery.git",
"moment": "^2.14.1"
}
}