Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/dds_dawa / dds_dawa.libraries.yml
Size: Mime:
autocomplete:
  css:
    theme:
      css/dawa_address.css: {}
  js:
    js/dawa-autocomplete2.js: {}
    js/dawa_address.js: {}
  dependencies:
    - core/jquery
    - dds_dawa/corejs
    - dds_dawa/polyfill-fetch

corejs:
  remote: https://github.com/zloirock/core-js
  version: 2.4.1
  license:
    name: MIT
    URL: https://github.com/zloirock/core-js/blob/master/LICENSE
    gpl-compatible: true
  js:
    //cdnjs.cloudflare.com/ajax/libs/core-js/2.4.1/core.min.js: { type: external, minified: true }

polyfill-fetch:
  remote: https://github.com/github/fetch
  version: 2.0.3
  license:
    name: MIT
    URL: https://github.com/github/fetch/blob/master/LICENSE
    gpl-compatible: true
  js:
    //cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js: { type: external, minified: true }