cleaned files
This commit is contained in:
24
src/web_console/web/public_js/bower.json
Normal file
24
src/web_console/web/public_js/bower.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"name": "irext",
|
||||
"version": "0.0.1",
|
||||
"description": "console of irext",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/strawmanbobi/irext_console"
|
||||
},
|
||||
"keywords": [
|
||||
"IRDA"
|
||||
],
|
||||
"author": "strawmanbobi",
|
||||
"license": "GPL",
|
||||
"dependencies": {
|
||||
"bootstrap": "^3.3.7",
|
||||
"bootstrap-multiselect": "^0.9.13",
|
||||
"bootstrap-spinner": "^1.1.1",
|
||||
"bootstrap-table": "^1.11.0",
|
||||
"highcharts": "^5.0.6",
|
||||
"jquery": "^2.2.4",
|
||||
"select2": "^4.0.3",
|
||||
"toastr": "^2.1.3"
|
||||
}
|
||||
}
|
||||
@@ -1,26 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
# run this script before you setup the irext web console
|
||||
echo "running script of bower install needed by irext..."
|
||||
|
||||
echo "npm install bower -g"
|
||||
sudo npm install bower -g
|
||||
|
||||
echo "bower install toastr"
|
||||
bower install toastr --allow-root
|
||||
|
||||
echo "bower install bootstrap-table"
|
||||
bower install bootstrap-table --allow-root
|
||||
|
||||
echo "bower install bootstrap-multiselect"
|
||||
bower install bootstrap-multiselect --allow-root
|
||||
|
||||
echo "bower install select2"
|
||||
bower install select2 --allow-root
|
||||
|
||||
echo "bower install bootstrap-spinner"
|
||||
bower install bootstrap-spinner --allow-root
|
||||
|
||||
echo "bower install highcharts"
|
||||
bower install highcharts
|
||||
|
||||
echo "bower install done"
|
||||
Reference in New Issue
Block a user