28 lines
656 B
JSON
28 lines
656 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.glmdev.tech/flitter/flitter"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"flitter",
|
||
|
"glmdev",
|
||
|
"framework",
|
||
|
"express"
|
||
|
],
|
||
|
"author": "Garrett Mills <garrett@glmdev.tech> (https://glmdev.tech/)",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
"flitter-auth": "^0.4.0",
|
||
|
"flitter-cli": "^0.10.0",
|
||
|
"flitter-flap": "^0.2.2",
|
||
|
"flitter-forms": "^0.7.2",
|
||
|
"flitter-upload": "^0.7.6",
|
||
|
"libflitter": "^0.27.4",
|
||
|
"stringify-object": "^3.3.0"
|
||
|
}
|
||
|
}
|