forked from digiassetX/digiasset_node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 908 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
{
"name": "digiasset_ipfs_metadata_server",
"version": "0.2.2",
"description": "Clones DigiAsset Meta Data so there are many sources.",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Matthew Cornelisse",
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.827.0",
"body-parser": "^1.19.0",
"bs58": "^4.0.1",
"cids": "1.1.4",
"express": "^4.17.1",
"express-http-proxy": "^1.6.2",
"express-session": "^1.17.2",
"form-data": "^3.0.0",
"got": "^11.8.1",
"ipfs-simple": "^0.0.14",
"memorystore": "^1.6.6",
"mime-types": "^2.1.28",
"sleep-promise": "^9.1.0",
"unzipper": "^0.10.11"
},
"pkg": {
"outputPath": "bin"
},
"repository": {
"type": "git",
"url": "https://github.com/digiassetX/digiasset_ipfs_metadata_server"
}
}