git ssb

0+

wanderer🌟 / js-primea-annotations



Tree: 37c7f336bf09edb2faf7bbc393a9c945e1524224

Files: 37c7f336bf09edb2faf7bbc393a9c945e1524224 / package.json

1146 bytesRaw
1{
2 "name": "primea-annotations",
3 "version": "0.0.3",
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 "primea"
15 ],
16 "bin": {
17 "primea-annotate": "./bin/annotate"
18 },
19 "author": "mjbecze <mjbecze@gmail.com>",
20 "license": "MPL-2.0",
21 "dependencies": {
22 "buffer-pipe": "0.0.2",
23 "leb128": "0.0.4",
24 "safe-buffer": "^5.1.1",
25 "wasm-json-toolkit": "^0.2.3"
26 },
27 "devDependencies": {
28 "coveralls": "^3.0.0",
29 "documentation": "^6.1.0",
30 "nyc": "^11.6.0",
31 "standard": "^11.0.1",
32 "tape": "^4.9.0",
33 "wabt": "^1.0.0"
34 },
35 "repository": {
36 "type": "git",
37 "url": "git@github.com:primea/primea-annotations.git"
38 },
39 "bugs": {
40 "url": "https://github.com/primea/primea-annotations/issues"
41 },
42 "homepage": "https://github.com/primea/primea-annotations"
43}
44

Built with git-ssb-web