/var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap
NameSizeModeActions
.github/-0755rm
build/-0755rm
dist/-0755rm
js/-0755rm
nuget/-0755rm
scss/-0755rm
site/-0755rm
.babelrc.js1620644editdlrm
.browserslistrc1750644editdlrm
.bundlewatch.config.json13250644editdlrm
.cspell.json20990644editdlrm
.editorconfig1670644editdlrm
.eslintignore970644editdlrm
.eslintrc.json45520644editdlrm
.gitattributes1770644editdlrm
.gitignore4540644editdlrm
.npmrc190644editdlrm
.stylelintignore550644editdlrm
.stylelintrc.json14120644editdlrm
CODE_OF_CONDUCT.md54850644editdlrm
composer.json6670644editdlrm
hugo.yml37610644editdlrm
LICENSE10930644editdlrm
package-lock.json7458070644editdlrm
package.js4840644editdlrm
package.json96380644editdlrm
README.md137860644editdlrm
SECURITY.md4710644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/twbs/bootstrap/package.js (484B)
// package metadata file for Meteor.js /* eslint-env meteor */ Package.describe({ name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', version: '5.3.0', git: 'https://github.com/twbs/bootstrap.git' }) Package.onUse(api => { api.versionsFrom('METEOR@1.0') api.addFiles([ 'dist/css/bootstrap.css', 'dist/js/bootstrap.js' ], 'client') })