UNPKG

vaporyjs-vm

Version:
60 lines (59 loc) 1.44 kB
{ "name": "vaporyjs-vm", "namespace": "vaporyjs", "version": "1.4.0", "description": "an vapory VM implementation", "main": "index.js", "dependencies": { "async": "^1.4.2", "async-eventemitter": "^0.2.2", "vapory-common": "0.0.16", "vaporyjs-account": "2.0.2", "vaporyjs-block": "1.2.2", "vaporyjs-util": "4.0.1", "functional-red-black-tree": "^1.0.1", "@vaporyjs/merkle-patricia-tree": "2.1.2" }, "devDependencies": { "vaporyjs-blockchain": "1.4.1", "vaporyjs-testing": "0.0.1-a", "vaporyjs-tx": "1.1.0", "level": "6.0.1", "leveldown": "5.6.0", "levelup": "4.4.0", "memdown": "^1.1.0", "minimist": "^1.1.1", "standard": "^5.2.2", "tape": "^4.2.0" }, "scripts": { "testVM": "./tests/tester -v", "testState": "./tests/tester -s", "testBlockchain": "./tests/tester -b", "lint": "standard", "test": "./tests/tester -a" }, "repository": { "type": "git", "url": "git+https://github.com/vaporyjs/vaporyjs-vm.git" }, "keywords": [ "vapory", "VM" ], "author": "mjbecze <mjbecze@gmail.com>", "contributors": [ "Alex Beregszaszi <alex@rtfs.hu>" ], "license": "MPL-2.0", "bugs": { "url": "https://github.com/vaporyjs/vaporyjs-vm/issues" }, "homepage": "https://github.com/vaporyjs/vaporyjs-vm", "standard": { "ignore": [ "dist/**", "examples/runcode-browserify.js" ] } }