1
0
mirror of https://github.com/Foltik/Shimapan synced 2024-09-21 11:11:22 -04:00
shimapan/package.json

33 lines
774 B
JSON
Raw Normal View History

2016-08-14 10:21:53 -04:00
{
"name": "shimapan",
2017-10-09 22:01:02 -04:00
"version": "1.0.0",
"dependencies": {
"angular-messages": "^1.6.6",
2017-10-11 20:26:07 -04:00
"angular-ui-router": "^0.4.3",
2017-10-09 22:01:02 -04:00
"body-parser": "^1.18.2",
"express": "latest",
2017-10-11 10:15:19 -04:00
"express-jwt": "^5.3.0",
2017-10-09 22:01:02 -04:00
"gulp": "latest",
"jsonwebtoken": "^8.1.0",
"jwt-sign": "^0.1.0",
"method-override": "latest",
"mongoose": "latest",
"multer": "^1.3.0",
2017-10-11 10:15:19 -04:00
"ng-file-upload": "^12.2.13",
"passport": "^0.4.0",
"passport-local": "^1.0.0"
2016-08-14 10:21:53 -04:00
},
2017-10-09 22:01:02 -04:00
"description": "A simple file sharing website.",
"main": "index.js",
"devDependencies": {},
2016-08-14 10:21:53 -04:00
"author": "Jack Foltz",
2017-10-09 22:01:02 -04:00
"license": "WTFPL",
"scripts": {
"test": "echo No tests implemented."
2016-08-14 10:21:53 -04:00
},
2017-10-09 22:01:02 -04:00
"repository": {
"type": "git",
"url": "https://github.com/Foltik/shimapan"
2016-08-14 10:21:53 -04:00
}
}