-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 960 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
37
38
39
{
"name": "banano.parser",
"version": "1.0.15",
"keywords": [
"banano",
"json",
"network-packets",
"nodejs",
"util"
],
"homepage": "https://github.com/anzerr/banano.parser#readme",
"bugs": {
"url": "https://github.com/anzerr/banano.parser/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:anzerr/banano.parser.git"
},
"license": "MIT",
"author": "anzerr",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js",
"init": "rm -R node_modules package-lock.json && npm i",
"commit": "git add . && git commit -m \"fast save\" && git push origin master"
},
"dependencies": {
"banano.pow": "git+https://github.com/anzerr/banano.pow.git",
"blake2b": "git+https://github.com/anzerr/blake2b.git",
"nacl": "git+https://github.com/anzerr/nacl.git",
"uint": "git+https://github.com/anzerr/uint.git"
},
"devDependencies": {},
"engines": {
"node": ">= 0.10.0"
},
"description": ""
}