-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
40 lines (40 loc) · 878 Bytes
/
bower.json
File metadata and controls
40 lines (40 loc) · 878 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
{
"name": "static",
"authors": [
"jwhwang"
],
"description": "",
"main": "",
"moduleType": [],
"license": "MIT",
"homepage": "",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "angularjs#~1.4.9",
"angular-route": "angular-route#~1.4.9",
"angular-animate": "angular-animate#~1.4.9",
"angular-nvd3":"1.0.5",
"angular-smart-table": "2.1.7",
"spin.js":"2.3.2",
"angular-spinner":"0.8.0",
"nvd3":"1.8.2",
"jquery": "~2.2.0",
"jquery-ui": "1.11.4",
"d3":"3.5.14",
"d3-legend":"1.8.0",
"font-awesome":"4.5.0",
"moment":"2.11.1",
"ui-bootstrap":"1.1.1",
"bootstrap-table": "1.9.0",
"bootstrap":"3.3.5",
"bootstrap-editable":"f74be3a8b0",
"bootstrap-editable-table":"1.0.1",
"bootstrap-select":"1.10.0"
}
}