-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 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
34
35
36
{
"name": "gourl",
"version": "1.0.0",
"description": "the node.js implementation of the gourl.io cryptobox",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steveify1/node-gourl.git"
},
"keywords": [
"gourl",
"cryptobox",
"nodejs",
"cryptocurrency",
"payment"
],
"author": "Nwakasi Stephen Ifeanyi",
"license": "MIT",
"bugs": {
"url": "https://github.com/steveify1/node-gourl/issues"
},
"homepage": "https://github.com/steveify1/node-gourl#readme",
"dependencies": {
"@types/md5": "^2.2.0",
"@types/node": "^14.6.0",
"axios": "^0.19.2",
"crc-32": "^1.2.0",
"md5": "^2.2.1"
}
}