-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #26 from crypto-coder/npm
Update protobuf to 0.7.1 / repackage for NPM
- Loading branch information
Showing
16 changed files
with
8,847 additions
and
24,358 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,21 @@ | ||
{ | ||
"name": "rchain-api", | ||
"version": "0.1.11", | ||
"version": "0.7.1", | ||
"description": "RChain client for node.js", | ||
"main": "rnodeAPI.js", | ||
"scripts": { | ||
"testAll": "npm run check && npm run integrationTest", | ||
"check": "npm run test && npm run lint && npm run flow-check", | ||
"test": "node test/testRHOCore.js; node test/testRNode.js; node test/testSigning.js", | ||
"integrationTest": "node rnodeAPI.js", | ||
"integrationTest": "node test/testRNode.js --net && node test/liveRHOCoreTest.js && node rnodeAPI.js", | ||
"flow-check": "flow check --from emacs", | ||
"flow-status": "flow status --from emacs", | ||
"lint": "eslint *.js **/*.js --format unix --ignore-pattern interfaces/ --ignore-pattern node_modules/ --ignore-pattern protobuf/" | ||
}, | ||
"config": { | ||
"host": "localhost", | ||
"port": "40401" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/dckc/RChain-API.git" | ||
|
@@ -20,19 +26,21 @@ | |
"blockchain", | ||
"rholang" | ||
], | ||
"author": "Dan Connolly", | ||
"contributors": [ | ||
"Dan Connolly <[email protected]> (http://www.madmode.com)", | ||
"Joshy Orndorff" | ||
"Joshy Orndorff", | ||
"Chris Williams" | ||
], | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/dckc/RChain-API/issues" | ||
}, | ||
"homepage": "https://github.com/dckc/RChain-API#readme", | ||
"dependencies": { | ||
"grpc": "^1.13.1", | ||
"@grpc/proto-loader": "^0.3.0", | ||
"blake2": "^2.0.1", | ||
"grpc": "^1.13.1", | ||
"js-sha3": "^0.8.0", | ||
"protobufjs": "^6.8.8", | ||
"remote-origin-url": "^1.0.0", | ||
"tweetnacl": "^1.0.0" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.