You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

34 lines
903 B

{
"name": "pied-vcs-server",
"version": "0.1.0",
"description": "Pied VCS is a websocket-based centralized version control system",
"main": "index.js",
"repository": "https://code.garrettmills.dev/Pied/server",
"keywords": [
"flitter",
"glmdev",
"framework",
"express"
],
"author": "Garrett Mills <garrett@glmdev.tech> (https://garrettmills.dev/)",
"license": "MIT",
"dependencies": {
"combined-stream": "^1.0.8",
"express-ws": "^4.0.0",
"flitter-auth": "^0.19.1",
"flitter-cli": "^0.16.0",
"flitter-di": "^0.5.0",
"flitter-flap": "^0.5.2",
"flitter-forms": "^0.8.1",
"flitter-i18n": "^0.1.0",
"flitter-orm": "^0.4.0",
"flitter-upload": "^0.10.0",
"libflitter": "^0.58.1",
"pied-vcs-shared": "^0.1.1",
"stream-skip": "^1.0.3",
"tmp-promise": "^3.0.2",
"websocket-stream": "^5.5.2",
"ws": "^7.4.0"
}
}