redstone-wasm-metering
Version:
RedStone implementation of wasm-metering
49 lines (48 loc) • 1.16 kB
JSON
{
"name": "redstone-wasm-metering",
"version": "1.0.5",
"description": "RedStone implementation of wasm-metering",
"main": "index.js",
"scripts": {
"coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
"coverage": "nyc npm test",
"lint": "standard",
"test": "node --harmony ./test/index.js"
},
"bin": {
"wasm-meter": "./bin/wasm-meter"
},
"author": "Redstone Team <dev@redstone.finance>",
"license": "MPL-2.0",
"dependencies": {
"leb128": "^0.0.4",
"redstone-wasm-json-toolkit": "1.0.5"
},
"devDependencies": {
"coveralls": "^3.0.0",
"nyc": "^11.6.0",
"standard": "^11.0.0",
"tape": "^4.9.0"
},
"keywords": [
"wasm",
"metering",
"webassembly"
],
"repository": {
"type": "git",
"url": "https://github.com/redstone-finance/redstone-wasm-metering.git"
},
"bugs": {
"url": "https://github.com/redstone-finance/redstone-wasm-metering/issues"
},
"homepage": "https://github.com/redstone-finance/redstone-wasm-metering",
"standard": {
"ignore": [
"test/wabt"
],
"globals": [
"WebAssembly"
]
}
}