git ssb

0+

wanderer🌟 / js-primea-annotations



Tree: 71974a1fcb142650b1ac5e8f0b14ea31fc2075ef

Files: 71974a1fcb142650b1ac5e8f0b14ea31fc2075ef / package.json

1084 bytesRaw
1{
2 "name": "primea-annotations",
3 "version": "0.0.1",
4 "description": "parsing/encoding for primea's type annotations",
5 "main": "index.js",
6 "scripts": {
7 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
8 "coverage": "nyc npm test",
9 "lint": "standard",
10 "test": "node ./tests/index.js",
11 "build:docs": "documentation build --github -f md ./index.js > ./docs/index.md"
12 },
13 "keywords": [
14 ""
15 ],
16 "author": "mjbecze <mjbecze@gmail.com>",
17 "license": "MPL-2.0",
18 "dependencies": {
19 "buffer-pipe": "0.0.2",
20 "leb128": "0.0.4",
21 "safe-buffer": "^5.1.1",
22 "wasm-json-toolkit": "^0.2.3"
23 },
24 "devDependencies": {
25 "coveralls": "^3.0.0",
26 "documentation": "^6.1.0",
27 "nyc": "^11.6.0",
28 "standard": "^11.0.1",
29 "tape": "^4.9.0",
30 "wabt": "^1.0.0"
31 },
32 "repository": {
33 "type": "git",
34 "url": "git@github.com:primea/primea-annotations.git"
35 },
36 "bugs": {
37 "url": "https://github.com/primea/primea-annotations/issues"
38 },
39 "homepage": "https://github.com/primea/primea-annotations"
40}
41

Built with git-ssb-web