mirror of
				https://github.com/fooflington/selfdefined.git
				synced 2025-10-30 21:58:32 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			24 lines
		
	
	
		
			360 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			360 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "rxjs",
 | |
|   "main": "dist/rx.all.js",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "https://github.com/Reactive-Extensions/RxJS.git"
 | |
|   },
 | |
|   "license": "Apache-2.0",
 | |
|   "ignore": [
 | |
|     ".sh",
 | |
|     ".*",
 | |
|     "*.bat",
 | |
|     "*.md",
 | |
|     "*.txt",
 | |
|     "*.log",
 | |
|     "package.json",
 | |
|     "node_modules",
 | |
|     "doc",
 | |
|     "examples",
 | |
|     "src",
 | |
|     "tests"
 | |
|   ]
 | |
| }
 | 
