-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 723 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 723 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
{
"name": "maze",
"version": "1.0.0",
"description": "",
"main": "app.js",
"dependencies": {
"date-utils": "^1.2.21",
"express": "4.17.1",
"express-mysql-session": "^2.1.0",
"express-session": "^1.15.6",
"jade": "^1.11.0",
"orm-timestamps": "^0.5.2",
"pbkdf2-password": "^1.2.1",
"socket.io": "1.7.4"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Minuuu/maze.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Minuuu/maze/issues"
},
"homepage": "https://github.com/Minuuu/maze#readme"
}