-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 821 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 821 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
{
"name": "observation-cryptocurrency",
"version": "1.0.0",
"description": "A professional cryptocurrency market observation platform with real-time data",
"main": "index.html",
"scripts": {
"start": "python -m http.server 8000",
"dev": "http-server -p 8000"
},
"keywords": [
"cryptocurrency",
"bitcoin",
"ethereum",
"blockchain",
"market",
"crypto",
"observer",
"realtime"
],
"author": "lunina8403",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/lunina8403/Observation-Cryptocurrency.git"
},
"bugs": {
"url": "https://github.com/lunina8403/Observation-Cryptocurrency/issues"
},
"homepage": "https://github.com/lunina8403/Observation-Cryptocurrency",
"devDependencies": {
"http-server": "^14.1.0"
}
}