-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 909 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
{
"name": "crypto-exchange-api",
"version": "1.0.0",
"description": "My use of the crypto exchange api to view crypto prices and make trades.",
"main": "test.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"crypto",
"nodejs",
"crypto-js",
"exhange",
"crypto-exchange",
"trading",
"dotenv",
"API",
"learn",
"tutorial"
],
"author": "Christofer Cousins",
"license": "ISC",
"dependencies": {
"crypto-js": "^4.1.1",
"dotenv": "^16.0.0",
"sockjs": "^0.3.24",
"ws": "^8.5.0"
},
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/csc530/crypto-exhcange-API.git"
},
"bugs": {
"url": "https://github.com/csc530/crypto-exhcange-API/issues"
},
"homepage": "https://github.com/csc530/crypto-exhcange-API#readme"
}