36 lines
894 B
JSON
36 lines
894 B
JSON
{
|
|
"name": "flitter",
|
|
"version": "0.1.0",
|
|
"description": "Flitter is a simple MVC framework wrapper for Express.js.",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.garrettmills.dev/flitter/flitter"
|
|
},
|
|
"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",
|
|
"stream-skip": "^1.0.3",
|
|
"tmp-promise": "^3.0.2",
|
|
"websocket-stream": "^5.5.2",
|
|
"ws": "^7.4.0"
|
|
}
|
|
}
|