git ssb

0+

wanderer🌟 / js-primea-annotations



Tree: b3206558d7fec55487d0c3d4adef1303fe29c547

Files: b3206558d7fec55487d0c3d4adef1303fe29c547 / package.json

1172 bytesRaw
1{
2 "name": "primea-annotations",
3 "version": "0.0.6",
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.2"
25 },
26 "devDependencies": {
27 "coveralls": "^3.0.0",
28 "documentation": "^6.3.2",
29 "minimist": "^1.2.0",
30 "nyc": "^11.7.1",
31 "standard": "^11.0.1",
32 "tape": "^4.9.0",
33 "wabt": "^1.0.0",
34 "wasm-json-toolkit": "^0.3.0"
35 },
36 "repository": {
37 "type": "git",
38 "url": "git@github.com:primea/primea-annotations.git"
39 },
40 "bugs": {
41 "url": "https://github.com/primea/primea-annotations/issues"
42 },
43 "homepage": "https://github.com/primea/primea-annotations"
44}
45

Built with git-ssb-web