Skip to content

Commit

Permalink
Add libraries dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogo Vargas committed May 26, 2020
1 parent 8e052fa commit 69770a1
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,50 @@
"source": "https://git.drupalcode.org/project/views_slideshow"
},
"require": {
"cweagans/composer-patches": "^1.6",
"composer/installers": "^1.2",
"oomphinc/composer-installers-extender": "^1.1",
"drupal/core": "^8 || ^9"
}
},
"repositories": [
{
"type": "package",
"package": {
"name": "malsup/cycle",
"version": "dev-master",
"type":"drupal-library",
"source": {
"url": "https://github.com/malsup/cycle",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "douglascrockfordmalsup/json-js",
"version": "dev-master",
"type":"drupal-library",
"source": {
"url": "https://github.com/douglascrockford/JSON-js",
"type": "git",
"reference": "master"
}
}
},
{
"type": "package",
"package": {
"name": "briancherne/jquery-hoverintent",
"version": "dev-master",
"type":"drupal-library",
"source": {
"url": "https://github.com/briancherne/jquery-hoverIntent",
"type": "git",
"reference": "master"
}
}
}
]
}

0 comments on commit 69770a1

Please sign in to comment.