Crypto api finished, design and live data done
Showing
with
3573 additions
and
82 deletions
... | @@ -21,5 +21,8 @@ | ... | @@ -21,5 +21,8 @@ |
"sass": "^1.15.2", | "sass": "^1.15.2", | ||
"sass-loader": "^7.1.0", | "sass-loader": "^7.1.0", | ||
"vue": "^2.5.17" | "vue": "^2.5.17" | ||
}, | |||
"dependencies": { | |||
"popper.js": "^1.15.0" | |||
} | } | ||
} | } |
{ | |||
"name": "heimrichhannot/bootstrap-select", | |||
"description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.", | |||
"type": "contao-component", | |||
"keywords": [ | |||
"form", | |||
"bootstrap", | |||
"select", | |||
"replacement" | |||
], | |||
"homepage": "http://silviomoreto.github.io/bootstrap-select", | |||
"version": "1.12.5", | |||
"authors": [ | |||
{ | |||
"name": "Silvio Moreto", | |||
"homepage": "https://github.com/silviomoreto" | |||
} | |||
], | |||
"require": { | |||
"contao-components/installer": "^1.0.9" | |||
}, | |||
"license": "MIT", | |||
"suggest": { | |||
"components/jquery": ">=1.8", | |||
"heimrichhannot/bootstrap": "4.0.0-alpha" | |||
} | |||
} |
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
{ | |||
"name": "bootstrap-select", | |||
"title": "bootstrap-select", | |||
"main": "dist/js/bootstrap-select.js", | |||
"description": "Bootstrap-select is a jQuery plugin that utilizes Bootstrap's dropdown.js to style and bring additional functionality to standard select elements.", | |||
"version": "1.12.2", | |||
"homepage": "http://silviomoreto.github.io/bootstrap-select", | |||
"author": { | |||
"name": "Silvio Moreto", | |||
"url": "https://github.com/silviomoreto" | |||
}, | |||
"contributors": [ | |||
{ | |||
"name": "Silvio Moreto", | |||
"url": "https://github.com/silviomoreto" | |||
}, | |||
{ | |||
"name": "Ana Carolina", | |||
"url": "https://github.com/anacarolinats" | |||
}, | |||
{ | |||
"name": "caseyjhol", | |||
"url": "https://github.com/caseyjhol" | |||
}, | |||
{ | |||
"name": "Matt Bryson", | |||
"url": "https://github.com/mattbryson" | |||
}, | |||
{ | |||
"name": "t0xicCode", | |||
"url": "https://github.com/t0xicCode" | |||
} | |||
], | |||
"repository": { | |||
"type": "git", | |||
"url": "git://github.com/silviomoreto/bootstrap-select.git" | |||
}, | |||
"license": "MIT", | |||
"dependencies": { | |||
"jquery": ">=1.8" | |||
}, | |||
"devDependencies": { | |||
"grunt": "^1.0.1", | |||
"grunt-autoprefixer": "^3.0.4", | |||
"grunt-banner": "^0.6.0", | |||
"grunt-contrib-clean": "^1.0.0", | |||
"grunt-contrib-compress": "^1.3.0", | |||
"grunt-contrib-concat": "^1.0.1", | |||
"grunt-contrib-copy": "^1.0.0", | |||
"grunt-contrib-csslint": "^2.0.0", | |||
"grunt-contrib-cssmin": "^1.0.2", | |||
"grunt-contrib-jshint": "^1.0.0", | |||
"grunt-contrib-less": "^1.4.0", | |||
"grunt-contrib-uglify": "^2.0.0", | |||
"grunt-contrib-watch": "^1.0.0", | |||
"grunt-umd": "^2.3.6", | |||
"grunt-version": "^1.1.1", | |||
"load-grunt-tasks": "^3.5.2" | |||
}, | |||
"keywords": [ | |||
"form", | |||
"bootstrap", | |||
"select", | |||
"replacement" | |||
] | |||
} |
This diff is collapsed.
Click to expand it.
public/js/crypto.js
0 → 100644
Please
register
or
sign in
to comment