Formatting changes, sorted alpha
This commit is contained in:
		
							
								
								
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								.gitignore
									
									
									
									
										vendored
									
									
								
							| @@ -10,3 +10,4 @@ npm-debug.log | ||||
| webpage/js/env_variables.js | ||||
| client/dist | ||||
| src/webserver/access.log | ||||
| conf/development.json | ||||
|   | ||||
							
								
								
									
										13
									
								
								package.json
									
									
									
									
									
								
							
							
						
						
									
										13
									
								
								package.json
									
									
									
									
									
								
							| @@ -5,15 +5,16 @@ | ||||
|         "start": "cross-env SEASONED_CONFIG=conf/development.json NODE_PATH=. node src/webserver/server.js" | ||||
|     }, | ||||
|     "dependencies": { | ||||
|         "express": "~4.0.0", | ||||
|         "mongoose": "~3.6.13", | ||||
|         "body-parser": "~1.0.1", | ||||
|         "cross-env": "^3.1.3", | ||||
| 	"sqlite": "^2.5.0", | ||||
| 	"request": "^2.81.0",  | ||||
| 	"python-shell": "^0.4.0", | ||||
|         "express": "~4.0.0", | ||||
|         "mongoose": "~3.6.13", | ||||
|         "moviedb": "^0.2.7", | ||||
|         "node-cache": "^4.1.1", | ||||
| 	"request-promise": "^4.2" | ||||
|         "nodemailer": "^4.0.1", | ||||
|         "python-shell": "^0.4.0", | ||||
|         "request": "^2.81.0", | ||||
|         "request-promise": "^4.2", | ||||
|         "sqlite": "^2.5.0" | ||||
|     } | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user