diff options
Diffstat (limited to 'spec/fixtures/js/bower/bower.json')
| -rw-r--r-- | spec/fixtures/js/bower/bower.json | 18 |
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" + } +} |
