| 
									
										
										
										
											2015-02-01 02:23:06 +08:00
										 |  |  | // package metadata file for Meteor.js
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Package.describe({ | 
					
						
							| 
									
										
										
										
											2019-01-06 16:58:43 +08:00
										 |  |  |   name: 'twbs:bootstrap', // https://atmospherejs.com/twbs/bootstrap
 | 
					
						
							| 
									
										
										
										
											2015-02-01 02:23:06 +08:00
										 |  |  |   summary: 'The most popular front-end framework for developing responsive, mobile first projects on the web.', | 
					
						
							| 
									
										
										
										
											2020-10-13 23:38:30 +08:00
										 |  |  |   version: '4.5.3', | 
					
						
							| 
									
										
										
										
											2015-02-01 02:23:06 +08:00
										 |  |  |   git: 'https://github.com/twbs/bootstrap.git' | 
					
						
							|  |  |  | }); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Package.onUse(function (api) { | 
					
						
							|  |  |  |   api.versionsFrom('METEOR@1.0'); | 
					
						
							|  |  |  |   api.use('jquery', 'client'); | 
					
						
							| 
									
										
										
										
											2015-07-24 21:14:35 +08:00
										 |  |  |   api.addFiles([ | 
					
						
							| 
									
										
										
										
											2015-02-01 02:23:06 +08:00
										 |  |  |     'dist/css/bootstrap.css', | 
					
						
							| 
									
										
										
										
											2015-04-26 18:53:45 +08:00
										 |  |  |     'dist/js/bootstrap.js' | 
					
						
							| 
									
										
										
										
											2015-02-01 02:23:06 +08:00
										 |  |  |   ], 'client'); | 
					
						
							|  |  |  | }); |