You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
			
		
		
	
	
			46 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JSON
		
	
{
 | 
						|
  "name": "spectre.css",
 | 
						|
  "version": "0.5.8",
 | 
						|
  "homepage": "http://picturepan2.github.io/spectre",
 | 
						|
  "author": "Yan Zhu <picturepan2@hotmail.com>",
 | 
						|
  "description": "Spectre.css: A lightweight, responsive and modern CSS framework",
 | 
						|
  "main": "dist/spectre.css",
 | 
						|
  "repository": {
 | 
						|
    "type": "git",
 | 
						|
    "url": "https://github.com/picturepan2/spectre.git"
 | 
						|
  },
 | 
						|
  "license": "MIT",
 | 
						|
  "keywords": [
 | 
						|
    "css",
 | 
						|
    "framework",
 | 
						|
    "flexbox",
 | 
						|
    "responsive",
 | 
						|
    "mobile-friendly",
 | 
						|
    "front-end",
 | 
						|
    "sass",
 | 
						|
    "modern"
 | 
						|
  ],
 | 
						|
  "bugs": {
 | 
						|
    "url": "https://github.com/picturepan2/spectre/issues"
 | 
						|
  },
 | 
						|
  "devDependencies": {
 | 
						|
    "gulp": "^3.9.1",
 | 
						|
    "gulp-autoprefixer": "latest",
 | 
						|
    "gulp-clean-css": "latest",
 | 
						|
    "gulp-csscomb": "latest",
 | 
						|
    "gulp-rename": "latest",
 | 
						|
    "gulp-sass": "latest",
 | 
						|
    "gulp-pug": "latest",
 | 
						|
    "jstransformer-highlight": "latest",
 | 
						|
    "jstransformer-markdown-it": "latest"
 | 
						|
  },
 | 
						|
  "browserslist": [
 | 
						|
    "last 4 Chrome versions",
 | 
						|
    "Edge >= 12",
 | 
						|
    "Firefox ESR",
 | 
						|
    "last 4 Safari versions",
 | 
						|
    "last 4 Opera versions",
 | 
						|
    "Explorer >= 10"
 | 
						|
  ]
 | 
						|
}
 |