-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.07 KB
/
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
{
"name": "@gnowledge/thinq_lib",
"version": "0.1.0",
"description": "ThinQ-Lib is a framework built over the IPFS network. It provides a way to enable storing files in a distrbuted file system along with encryption to ensure data privacy. It also uses a Graph-based data digest format - GDF to represent data internally, and to maintain data integrity over UDP.",
"main": "src/index.js",
"scripts": {
"test": "mocha --no-timeout"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gnowledge/thinq_lib.git"
},
"author": "Himanshu Pandey, Prarabdh Garg, Unmesh Roy",
"license": "AGPLv3",
"bugs": {
"url": "https://github.com/gnowledge/thinq_lib/issues"
},
"publishConfig": {
"registry": "https://npm.pkg.github.com/"
},
"homepage": "https://github.com/gnowledge/thinq_lib#readme",
"dependencies": {
"chai": "^4.2.0",
"ipfs": "^0.40.0",
"ipfs-pubsub-room": "^1.4.1",
"md5": "^2.2.1",
"mocha": "^8.0.1",
"openpgp": "^4.10.4",
"sequelize": "^5.21.13",
"sinon": "^9.0.2",
"sqlite3": "^4.2.0"
}
}