2020-02-08 01:50:10 +00:00
|
|
|
{
|
|
|
|
"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": {
|
2020-02-08 02:34:04 +00:00
|
|
|
"cors": "^2.8.5",
|
2020-02-08 12:57:38 +00:00
|
|
|
"flitter-auth": "^0.18.1",
|
2020-02-08 01:50:10 +00:00
|
|
|
"flitter-cli": "^0.15.2",
|
|
|
|
"flitter-di": "^0.4.1",
|
|
|
|
"flitter-flap": "^0.5.2",
|
|
|
|
"flitter-forms": "^0.8.1",
|
2020-02-14 06:11:16 +00:00
|
|
|
"flitter-orm": "^0.2.4",
|
2020-02-08 01:50:10 +00:00
|
|
|
"flitter-upload": "^0.8.0",
|
2020-03-01 21:37:52 +00:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
|
|
|
"libflitter": "^0.46.8"
|
2020-02-08 01:50:10 +00:00
|
|
|
}
|
|
|
|
}
|