-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 916 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"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"
]
}