Revolution/package.json

14 lines
434 B
JSON
Raw Permalink Normal View History

2019-08-17 23:33:00 +01:00
{
"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"
}
}