-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 928 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
37
38
39
40
41
{
"name": "cryptodatamanager",
"version": "1.0.0",
"description": "webapp for managing data collected by cryptodatacollector",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/jackbtroop62/cryptodatamanager.git"
},
"keywords": [
"crypto",
"data",
"manager",
"collector",
"node",
"js",
"web",
"client",
"mongodb",
"mongo"
],
"author": "Jack Buckon",
"license": "ISC",
"bugs": {
"url": "https://github.com/jackbtroop62/cryptodatamanager/issues"
},
"homepage": "https://github.com/jackbtroop62/cryptodatamanager",
"dependencies": {
"chartjs": "^0.3.24",
"express": "^4.16.2",
"jade": "^1.11.0",
"jade-bootstrap": "^1.0.14",
"jquery": "^3.3.1",
"mongodb": "^3.0.2",
"mongoose": "^5.0.4",
"morgan": "^1.9.0"
}
}