mirror of
				https://github.com/dawidolko/Website-Templates.git
				synced 2025-10-30 00:03:10 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			47 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "bootstrap",
 | |
|   "description": "The most popular front-end framework for developing responsive, mobile first projects on the web.",
 | |
|   "version": "3.3.2",
 | |
|   "keywords": [
 | |
|     "css",
 | |
|     "js",
 | |
|     "less",
 | |
|     "mobile-first",
 | |
|     "responsive",
 | |
|     "front-end",
 | |
|     "framework",
 | |
|     "web"
 | |
|   ],
 | |
|   "homepage": "http://getbootstrap.com",
 | |
|   "main": [
 | |
|     "less/bootstrap.less",
 | |
|     "dist/css/bootstrap.css",
 | |
|     "dist/js/bootstrap.js",
 | |
|     "dist/fonts/glyphicons-halflings-regular.eot",
 | |
|     "dist/fonts/glyphicons-halflings-regular.svg",
 | |
|     "dist/fonts/glyphicons-halflings-regular.ttf",
 | |
|     "dist/fonts/glyphicons-halflings-regular.woff"
 | |
|   ],
 | |
|   "ignore": [
 | |
|     "/.*",
 | |
|     "_config.yml",
 | |
|     "CNAME",
 | |
|     "composer.json",
 | |
|     "CONTRIBUTING.md",
 | |
|     "docs",
 | |
|     "js/tests",
 | |
|     "test-infra"
 | |
|   ],
 | |
|   "dependencies": {
 | |
|     "jquery": ">= 1.9.1"
 | |
|   },
 | |
|   "_release": "3.3.2",
 | |
|   "_resolution": {
 | |
|     "type": "version",
 | |
|     "tag": "v3.3.2",
 | |
|     "commit": "bcf7dd38b5ab180256e2e4fb5da0369551b3f082"
 | |
|   },
 | |
|   "_source": "git://github.com/twbs/bootstrap.git",
 | |
|   "_target": "~3.3.1",
 | |
|   "_originalSource": "bootstrap"
 | |
| } |