summaryrefslogtreecommitdiff
path: root/spec/fixtures/js/bower/bower.json
diff options
context:
space:
mode:
authorCan Eldem <celdem@gitlab.com>2020-05-20 11:31:45 +0000
committerCan Eldem <celdem@gitlab.com>2020-05-20 11:31:45 +0000
commitffe3851eaf675da0bc82f144c48b7b16cc43d989 (patch)
tree89d60e6d19f984ac8f28a0638da2c1c6c192d5ef /spec/fixtures/js/bower/bower.json
parent7b8a9fce94fa4c457563ed150fae4d4043315265 (diff)
parent2d749e4d514b9b5b053879c38ec11ffd83107646 (diff)
Merge branch '212923-bower-offline' into 'master'v3.9.1
Add support for bower in offline environment See merge request gitlab-org/security-products/license-management!150
Diffstat (limited to 'spec/fixtures/js/bower/bower.json')
-rw-r--r--spec/fixtures/js/bower/bower.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/spec/fixtures/js/bower/bower.json b/spec/fixtures/js/bower/bower.json
new file mode 100644
index 0000000..f2760e7
--- /dev/null
+++ b/spec/fixtures/js/bower/bower.json
@@ -0,0 +1,18 @@
+{
+ "name": "example-project",
+ "license": "ISC",
+ "private": true,
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "test",
+ "tests"
+ ],
+ "dependencies": {
+ "jquery": "^3.5.1",
+ "masonry-layout": "desandro/masonry#^4.2.2",
+ "cli": "git://github.com/npm/cli.git#^6.14.5",
+ "stimulus.umd": "https://unpkg.com/stimulus/dist/stimulus.umd.js"
+ }
+}