forked from P-J-FALCONER/SoundCloud_Clone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.31 KB
/
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
37
38
39
40
41
{
"name": "SoundCloud_Clone",
"version": "1.0.0",
"description": "* Patrick Falconer * Nick Phillips ## Dependencies * Paste Package.json ## Installation ```node server.js``` ## To-Do * create app * update readme description * author links to our githubs * list of Dependencies * Installation instructions * create app",
"main": "server.js",
"dependencies": {
"angular-animate": "^1.6.2",
"bcrypt": "^1.0.2",
"bcryptjs": "^2.4.3",
"body-parser": "^1.16.1",
"connect-flash": "^0.1.1",
"connect-multiparty": "^2.0.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"express": "^4.14.1",
"express-jwt": "^5.1.0",
"express-session": "^1.15.1",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.5",
"passport": "^0.3.2",
"passport-facebook": "^2.1.1",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/P-J-FALCONER/SoundCloud_Clone.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/P-J-FALCONER/SoundCloud_Clone/issues"
},
"homepage": "https://github.com/P-J-FALCONER/SoundCloud_Clone#readme"
}