-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 712 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 712 Bytes
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": "infobit",
"version": "1.0.0",
"description": "SPA for Cryptocurrencies info",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Server1567/infoBit.git"
},
"keywords": [
"infoBit",
"react",
"spa",
"cryptocurrencies",
"project",
"stateful-components"
],
"author": {
"name": "Junior Jimenez",
"email": "chapijalaj@gmail.com",
"url": "https://server1567.github.io/"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Server1567/infoBit/issues"
},
"homepage": "/",
"dependencies": {
"axios": "^0.21.4",
"express": "^4.18.2"
}
}