mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 15:48:27 -05:00
32 lines
739 B
JSON
32 lines
739 B
JSON
{
|
|
"name": "shimapan",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"angular-messages": "^1.6.6",
|
|
"body-parser": "^1.18.2",
|
|
"express": "latest",
|
|
"express-jwt": "^5.3.0",
|
|
"gulp": "latest",
|
|
"jsonwebtoken": "^8.1.0",
|
|
"jwt-sign": "^0.1.0",
|
|
"method-override": "latest",
|
|
"mongoose": "latest",
|
|
"multer": "^1.3.0",
|
|
"ng-file-upload": "^12.2.13",
|
|
"passport": "^0.4.0",
|
|
"passport-local": "^1.0.0"
|
|
},
|
|
"description": "A simple file sharing website.",
|
|
"main": "index.js",
|
|
"devDependencies": {},
|
|
"author": "Jack Foltz",
|
|
"license": "WTFPL",
|
|
"scripts": {
|
|
"test": "echo No tests implemented."
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Foltik/shimapan"
|
|
}
|
|
}
|