-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 909 Bytes
/
package.json
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
{
"name": "accessbot",
"version": "1.0.0",
"description": "This is a server for an access control system",
"main": "accessBot.js",
"scripts": {
"test": "nodemon accessBot.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MancehsterMakerspace/MakerAuth.git"
},
"author": "Manchester Makerspace",
"license": "MIT",
"bugs": {
"url": "https://github.com/ManchesterMakerspace/MakerAuth/issues"
},
"homepage": "https://github.com/ManchesterMakerspace/MakerAuth#readme",
"private": true,
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.1",
"client-sessions": "^0.7.0",
"compression": "^1.6.2",
"csurf": "^1.8.3",
"express": "^4.13.4",
"jade": "^1.11.0",
"mongoose": "^4.4.19",
"socket.io": "^1.4.6",
"socket.io-client": "^1.5.1"
},
"engines": {
"node": "4.2.4",
"npm": "2.14.12"
}
}