summaryrefslogtreecommitdiffstats
path: root/vendorScripts.json
diff options
context:
space:
mode:
authorHendrik Leppelsack <hendrik@leppelsack.de>2017-10-30 11:10:40 +0100
committerHendrik Leppelsack <hendrik@leppelsack.de>2017-10-30 11:10:40 +0100
commit996c86b58926c20b4ea2b879d0822759ba45866c (patch)
tree2fd476cf69106fe06f74161b98b266a695fba0fd /vendorScripts.json
parentad45d46e6913fa3143a8c3325bccc6cff204d1c4 (diff)
remove bower
Diffstat (limited to 'vendorScripts.json')
-rw-r--r--vendorScripts.json47
1 files changed, 47 insertions, 0 deletions
diff --git a/vendorScripts.json b/vendorScripts.json
new file mode 100644
index 00000000..7ab198b5
--- /dev/null
+++ b/vendorScripts.json
@@ -0,0 +1,47 @@
+{
+ "scripts": {
+ "angular": [
+ "node_modules/angular/angular*.js",
+ "node_modules/angular/angular.min.js.map"
+ ],
+ "angular-cache": [
+ "node_modules/angular-cache/dist/*.js",
+ "node_modules/angular-cache/dist/angular-cache.*.map"
+ ],
+ "angular-route": [
+ "node_modules/angular-route/*.js",
+ "node_modules/angular-route/*.map"
+ ],
+ "angular-sanitize": [
+ "node_modules/angular-sanitize/angular-sanitize.*"
+ ],
+ "ui-bootstrap": [
+ "node_modules/angular-ui-bootstrap/dist/ui-bootstrap.js",
+ "node_modules/angular-ui-bootstrap/dist/ui-bootstrap-tpls.js"
+ ],
+ "angular-uuid4": [
+ "node_modules/angular-uuid4/angular-uuid4.min.js"
+ ],
+ "jquery-timepicker": [
+ "node_modules/jquery-timepicker/jquery.timepicker.js"
+ ],
+ "ngclipboard": [
+ "node_modules/ngclipboard/dist/*"
+ ],
+ "ui-select": [
+ "node_modules/ui-select/dist/select*.js",
+ "node_modules/ui-select/dist/select.min.js.map"
+ ],
+ "vcard": [
+ "node_modules/vcard-parser/src/*"
+ ],
+ "angular-click-outside": [
+ "node_modules/@iamadamjowett/angular-click-outside/clickoutside.directive.js"
+ ]
+ },
+ "styles": {
+ "ui-select": [
+ "node_modules/ui-select/dist/select.min.css"
+ ]
+ }
+}