forked from Bupenieks/CoffeeHouse
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·46 lines (46 loc) · 1.12 KB
/
package.json
File metadata and controls
executable file
·46 lines (46 loc) · 1.12 KB
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
38
39
40
41
42
43
44
45
46
{
"name": "githubmusic",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./bin/www"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bupenieks/gitmusic.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bupenieks/gitmusic/issues"
},
"homepage": "https://github.com/bupenieks/gitmusic#readme",
"dependencies": {
"bcrypt": "^1.0.3",
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.1",
"connect-flash": "^0.1.1",
"ejs": "^2.5.7",
"express": "^4.15.4",
"express-messages": "^1.0.1",
"express-session": "^1.15.5",
"express-validator": "^4.1.1",
"formidable": "^1.1.1",
"fs-extra": "^4.0.2",
"mongoose": "^4.11.11",
"morgan": "^1.8.2",
"ncp": "^2.0.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"path": "^0.12.7",
"python-shell": "^0.4.0",
"serve-favicon": "^2.4.4",
"socket.io": "^2.0.3",
"socketio-file-upload": "^0.6.0"
},
"devDependencies": {
"nodemon": "^1.12.1"
}
}