23 lines
		
	
	
		
			309 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			309 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "less",
 | |
|   "main": "dist/less.js",
 | |
|   "ignore": [
 | |
|     "**/.*",
 | |
|     "benchmark",
 | |
|     "bin",
 | |
|     "lib",
 | |
|     "src",
 | |
|     "build",
 | |
|     "test",
 | |
|     "*.md",
 | |
|     "LICENSE",
 | |
|     "Gruntfile.js",
 | |
|     "*.json",
 | |
|     "*.yml",
 | |
|     ".gitattributes",
 | |
|     ".npmignore",
 | |
|     ".eslintignore",
 | |
|     "tsconfig.json"
 | |
|   ]
 | |
| }
 |