cleaned files

This commit is contained in:
2016-12-25 20:37:03 +08:00
parent 766591505f
commit c9ca3bc113
2 changed files with 24 additions and 26 deletions

View 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"
}
}

View File

@@ -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"