-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.bower.json
43 lines (43 loc) · 1.38 KB
/
.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
42
43
{
"name": "squid_api_data_widgets",
"version": "2.3.8",
"homepage": "https://github.com/squidsolutions/jssdk-data-widgets",
"authors": [
"obalbous <oba@squid>"
],
"main": [
"dist/squid_api_data-widgets.js",
"dist/squid_api_data-widgets.css"
],
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"src",
"build",
"Gruntfile.js"
],
"dependencies": {
"squid_api": "https://github.com/squidsolutions/jssdk2.git",
"data_tables": "https://github.com/DataTables/DataTables.git",
"data_tables_css": "https://cdn.datatables.net/plug-ins/a5734b29083/integration/bootstrap/3/dataTables.bootstrap.css",
"data_tables_js": "https://cdn.datatables.net/plug-ins/a5734b29083/integration/bootstrap/3/dataTables.bootstrap.js",
"bootstrap-multiselect": "https://github.com/davidstutz/bootstrap-multiselect.git",
"handlebars": "~1.3.0",
"d3": "3",
"rickshaw": "https://github.com/shutterstock/rickshaw.git",
"moment": "https://github.com/moment/moment.git"
},
"_release": "2.3.8",
"_resolution": {
"type": "version",
"tag": "v2.3.8",
"commit": "93c96f1255e4f525f62f5bde8dd525595c24a352"
},
"_source": "https://github.com/squidsolutions/jssdk-data-widgets.git",
"_target": "2.3.8",
"_originalSource": "https://github.com/squidsolutions/jssdk-data-widgets.git"
}