-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
31 lines (31 loc) · 904 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
{
"name": "tangle_ipfs_db",
"version": "1.0.0",
"description": "database system using tangle and DB",
"main": "index.js",
"scripts": {
"start": "ipfs daemon",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yehia67/Eco-Track.git"
},
"author": "Yehia Tarek",
"license": "ISC",
"bugs": {
"url": "https://github.com/yehia67/Eco-Track/issues"
},
"homepage": "https://github.com/yehia67/Eco-Track#readme",
"dependencies": {
"@iota/converter": "^1.0.0-beta.21",
"@iota/core": "^1.0.0-beta.21",
"@iota/mam": "^0.7.3",
"express": "^4.17.1",
"express-load": "^1.1.16",
"ipfs-http-client": "^40.0.1",
"ipfs-mini": "^1.1.5",
"node-fetch": "^2.6.0",
"zeromq": "^5.1.0"
}
}