21 lines
		
	
	
		
			528 B
		
	
	
	
		
			YAML
		
	
	
	
			
		
		
	
	
			21 lines
		
	
	
		
			528 B
		
	
	
	
		
			YAML
		
	
	
	
| name: matrix_api_lite
 | |
| description: Dead simple data model for the matrix.org client-server API.
 | |
| version: 1.1.6
 | |
| homepage: https://famedly.com
 | |
| repository: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/
 | |
| issues: https://gitlab.com/famedly/company/frontend/libraries/matrix_api_lite/-/issues
 | |
| 
 | |
| environment:
 | |
|   sdk: ">=2.17.0 <3.0.0"
 | |
| 
 | |
| dependencies:
 | |
|   enhanced_enum: ^0.1.1
 | |
|   http: ^0.13.0
 | |
|   mime: ^1.0.0
 | |
| 
 | |
| dev_dependencies:
 | |
|   build_runner: ^2.1.8
 | |
|   enhanced_enum_generator: ^0.1.1
 | |
|   lints: ^2.0.0
 | |
|   test: ^1.14.4
 |