-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 940 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
{
"name": "project",
"version": "1.0.0",
"description": "A cryptocurrency portfolio management system.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jigsaw-Jams/webdev-project.git"
},
"author": "DJ Strasser",
"license": "ISC",
"bugs": {
"url": "https://github.com/Jigsaw-Jams/webdev-project/issues"
},
"homepage": "https://github.com/Jigsaw-Jams/webdev-project#readme",
"dependencies": {
"angular": "^1.6.5",
"angular-route": "^1.6.5",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.17.2",
"bootstrap": "^3.3.7",
"cookie-parser": "^1.4.3",
"express": "^4.15.3",
"express-session": "^1.15.5",
"jdenticon": "^1.7.2",
"mongoose": "^4.11.5",
"passport": "^0.4.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"q": "^1.5.0"
}
}