19 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			471 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "valenBisiFilter",
 | |
|   "version": "1.0.0",
 | |
|   "description": "a filter to make the jsonload of the valenbici api more IOT friendly",
 | |
|   "main": "index.js",
 | |
|   "scripts": {
 | |
|     "start": "node index.js --ignore data.json",
 | |
|     "mon": "nodemon index.js"
 | |
|   },
 | |
| 
 | |
|   "repository": "ssh://git@git.lbsfilm.at:10022/lbsadmin/valenBisiFilter.git",
 | |
|   "author": "Lukas Bachschwell",
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "axios": "^0.16.2",
 | |
|     "express": "^4.15.4"
 | |
|   }
 | |
| }
 |