summaryrefslogtreecommitdiffstats
path: root/3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json
diff options
context:
space:
mode:
authorStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-01 12:44:50 +0200
committerStamatis Katsaounis <mokats@intracom-telecom.com>2018-11-01 11:08:17 +0000
commit8ac6a7ef3809cb511b10494d9c1f4654db1e071e (patch)
treef9d7b80d863f4451ad2359c469366f7170475a4b /3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json
parentc53c8c2b31b6734765f0f5638a8bb0e3bf3cff9b (diff)
Dynamically fetching javascript dependencies
JIRA: DOVETAIL-746 This patch deletes the source code of javascript dependencies from web portal. Furthermore, it uses npm to install them. Change-Id: Idc40606ff9e7286aa66421cbbe05f94d7ce9f7e6 Signed-off-by: Stamatis Katsaounis <mokats@intracom-telecom.com>
Diffstat (limited to '3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json')
-rw-r--r--3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json47
1 files changed, 0 insertions, 47 deletions
diff --git a/3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json b/3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json
deleted file mode 100644
index beb6806..0000000
--- a/3rd_party/static/testapi-ui/assets/lib/bootstrap/.bower.json
+++ /dev/null
@@ -1,47 +0,0 @@
-{
- "name": "bootstrap",
- "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
- "version": "3.3.2",
- "keywords": [
- "css",
- "js",
- "less",
- "mobile-first",
- "responsive",
- "front-end",
- "framework",
- "web"
- ],
- "homepage": "http://getbootstrap.com",
- "main": [
- "less/bootstrap.less",
- "dist/css/bootstrap.css",
- "dist/js/bootstrap.js",
- "dist/fonts/glyphicons-halflings-regular.eot",
- "dist/fonts/glyphicons-halflings-regular.svg",
- "dist/fonts/glyphicons-halflings-regular.ttf",
- "dist/fonts/glyphicons-halflings-regular.woff"
- ],
- "ignore": [
- "/.*",
- "_config.yml",
- "CNAME",
- "composer.json",
- "CONTRIBUTING.md",
- "docs",
- "js/tests",
- "test-infra"
- ],
- "dependencies": {
- "jquery": ">= 1.9.1"
- },
- "_release": "3.3.2",
- "_resolution": {
- "type": "version",
- "tag": "v3.3.2",
- "commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
- },
- "_source": "https://github.com/twbs/bootstrap.git",
- "_target": "3.3.2",
- "_originalSource": "bootstrap"
-} \ No newline at end of file