{ "name": "revolution", "description": "Revolution is a web server that I designed to be flexible to fit the needs of it's applications. It is mainly used in my Screenshot server, EUS which was recently rewriten. It's main design goal was to be modular.", "version": "1.0.0", "main": "index.js", "scripts": {}, "keywords": [], "author": "", "license": "MIT", "dependencies": { "express": "^4.17.2", "chalk": "^4.1.2" } }