git ssb

0+

wanderer🌟 / wasm-persist



Tree: f74b2f64270fd00c432ee293362b293055ca8e9d

Files: f74b2f64270fd00c432ee293362b293055ca8e9d / package.json

1169 bytesRaw
1{
2 "name": "wasm-persist",
3 "version": "0.0.0",
4 "description": "a JS module for creating orthogonal persistent WebAssembly instances",
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 "WebAssembly",
15 "wasm"
16 ],
17 "author": "mjbecze <mjbecze@gmail.com>",
18 "license": "MPL-2.0",
19 "dependencies": {
20 "buffer-pipe": "0.0.2",
21 "leb128": "0.0.4",
22 "wasm-json-toolkit": "^0.3.0"
23 },
24 "standard": {
25 "globals": [
26 "WebAssembly"
27 ]
28 },
29 "devDependencies": {
30 "coveralls": "^3.0.0",
31 "documentation": "^6.3.1",
32 "minimist": "^1.2.0",
33 "nyc": "^11.7.1",
34 "standard": "^11.0.1",
35 "tape": "^4.9.0",
36 "wabt": "^1.0.0"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git@github.com:dfinity/wasm-persist.git"
41 },
42 "bugs": {
43 "url": "https://github.com/dfinity/wasm-persist/issues"
44 },
45 "homepage": "https://github.com/dfinity/wasm-persist"
46}
47

Built with git-ssb-web