{ "name": "primea-annotations", "version": "0.0.1", "description": "parsing/encoding for primea's type annotations", "main": "index.js", "scripts": { "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls", "coverage": "nyc npm test", "lint": "standard", "test": "node ./tests/index.js", "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md" }, "keywords": [ "" ], "author": "mjbecze ", "license": "MPL-2.0", "dependencies": { "buffer-pipe": "0.0.2", "leb128": "0.0.4", "safe-buffer": "^5.1.1", "wasm-json-toolkit": "^0.2.3" }, "devDependencies": { "coveralls": "^3.0.0", "documentation": "^6.1.0", "nyc": "^11.6.0", "standard": "^11.0.1", "tape": "^4.9.0", "wabt": "^1.0.0" }, "repository": { "type": "git", "url": "git@github.com:primea/primea-annotations.git" }, "bugs": { "url": "https://github.com/primea/primea-annotations/issues" }, "homepage": "https://github.com/primea/primea-annotations" }