// package metadata file for Meteor.js /* jshint strict:false */ /* global Package:true */ Package.describe({ name: 'twbs:bootstrap', // http://atmospherejs.com/twbs/bootstrap summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', version: '3.3.7', git: 'https://github.com/twbs/bootstrap.git' }); Package.onUse(function (api) { api.versionsFrom('METEOR@1.0'); api.use('jquery', 'client'); var assets = [ 'dist/fonts/glyphicons-halflings-regular.eot', 'dist/fonts/glyphicons-halflings-regular.svg', 'dist/fonts/glyphicons-halflings-regular.ttf', 'dist/fonts/glyphicons-halflings-regular.woff', 'dist/fonts/glyphicons-halflings-regular.woff2' ]; if (api.addAssets) { api.addAssets(assets, 'client'); } else { api.addFiles(assets, 'client', { isAsset: true }); } api.addFiles([ 'dist/css/bootstrap.css', 'dist/js/bootstrap.js' ], 'client'); });
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
dist | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
fonts | Folder | 0755 |
|
|
grunt | Folder | 0755 |
|
|
js | Folder | 0755 |
|
|
less | Folder | 0755 |
|
|
nuget | Folder | 0755 |
|
|
test-infra | Folder | 0755 |
|
|
.editorconfig | File | 232 B | 0644 |
|
.gitattributes | File | 363 B | 0644 |
|
.gitignore | File | 421 B | 0644 |
|
.hound.yml | File | 155 B | 0644 |
|
.travis.yml | File | 1.84 KB | 0644 |
|
CHANGELOG.md | File | 425 B | 0644 |
|
CNAME | File | 17 B | 0644 |
|
CONTRIBUTING.md | File | 15.05 KB | 0644 |
|
Gemfile | File | 127 B | 0644 |
|
Gemfile.lock | File | 1.14 KB | 0644 |
|
Gruntfile.js | File | 14.05 KB | 0644 |
|
ISSUE_TEMPLATE.md | File | 1.12 KB | 0644 |
|
LICENSE | File | 1.06 KB | 0644 |
|
README.md | File | 7.87 KB | 0644 |
|
_config.yml | File | 1.45 KB | 0644 |
|
bower.json | File | 641 B | 0644 |
|
composer.json | File | 743 B | 0644 |
|
package.js | File | 964 B | 0644 |
|
package.json | File | 2.15 KB | 0644 |
|