-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbower.json
More file actions
executable file
·31 lines (31 loc) · 1.02 KB
/
bower.json
File metadata and controls
executable file
·31 lines (31 loc) · 1.02 KB
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
{
"name": "squid_api_data_widgets",
"version": "1.0.0",
"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#develop",
"bootstrap-multiselect":"https://github.com/davidstutz/bootstrap-multiselect.git#0.9.13",
"handlebars": "~1.3.0",
"d3" : "3",
"rickshaw":"https://github.com/shutterstock/rickshaw.git#1.5.1",
"moment":"~2.9.0",
"backbone-forms": "backbone-forms-squid#24f4e18fcd8b84857d007191135d442db1401156",
"backbone.bootstrap-modal": "https://github.com/squidsolutions/backbone.bootstrap-modal.git#master",
"backbone-deep-model" : "https://github.com/squidsolutions/backbone-deep-model.git#master"
}
}