forked from PrarabdhGarg/thinq_lib
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.02 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
{
"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": "echo \"Error: no test specified\" && exit 1"
},
"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": {
"ipfs": "^0.40.0",
"ipfs-pubsub-room": "^1.4.1",
"md5": "^2.2.1",
"openpgp": "^4.10.4",
"sequelize": "^5.21.13",
"sqlite3": "^4.2.0"
}
}