1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 03:09:15 -04:00
shimapan/package.json
2017-10-11 20:26:07 -04:00

33 lines
774 B
JSON

{
"name": "shimapan",
"version": "1.0.0",
"dependencies": {
"angular-messages": "^1.6.6",
"angular-ui-router": "^0.4.3",
"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"
}
}