composer.json
0 → 100644
+19
−0
| Original line number | Diff line number | Diff line |
|---|---|---|
{
|
||
"name": "drupal/waypoints",
|
||
"type": "drupal-module",
|
||
"description": "Add jQuery Waypoints plugin to the site",
|
||
"keywords": ["Drupal"],
|
||
"license": "GPL-2.0-or-later",
|
||
"homepage": "http://drupal.org/project/waypoints",
|
||
"minimum-stability": "dev",
|
||
"support": {
|
||
"issues": "https://www.drupal.org/project/issues/waypoints",
|
||
"source": "https://git.drupalcode.org/project/waypoints"
|
||
},
|
||
"conflict": {
|
||
"drupal/waypoints": "*"
|
||
},
|
||
"require": {
|
||
"levmyshkin/waypoints": "^4.0"
|
||
}
|
||
} |
config/schema/waypoints.schema.yml
0 → 100644
+6
−0
+2
−4
waypoints.min.js
deleted100755 → 0
+0
−7
Loading