hacken
Version:
Hacken is a node module to help people in hackathons, it has almost all the common features a person needs from database operations to sockets. If you are the one who struglles with MongoDb ObjectId, hacken makes it easier to work with then too.
38 lines (37 loc) • 916 B
JSON
{
"name": "hacken",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha ./tests/**.test.js"
},
"author":{
"name":"Akshit Grover",
"email":"akshit.grover2016@gmail.com",
"github":"https://github.com/akshitgrover",
"stackoverflow":"https://stackoverflow.com/users/8884463/akshit-grover"
},
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"email-validator": "^1.1.1",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mongoose": "^4.12.6",
"socket.io": "^2.0.4"
},
"devDependencies": {
"ejs": "^2.5.7",
"expect": "^21.2.1",
"express": "^4.16.2",
"mocha": "^4.0.1"
},
"repository":{
"type":"git",
"url":"https://github.com/akshitgrover/hacken"
},
"keywords":[
"hack","hacken","sockets","models","user","jwt","hackathon","authenticate","socket","tokens","backend"
]
}