Files: b8f1dbf9e61febf2f7d51b31a3f28c347f131ada / package.json
1079 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 | "devDependencies": { |
25 | "coveralls": "^3.0.0", |
26 | "documentation": "^6.3.1", |
27 | "nyc": "^11.7.1", |
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:dfinity/wasm-persist.git" |
35 | }, |
36 | "bugs": { |
37 | "url": "https://github.com/dfinity/wasm-persist/issues" |
38 | }, |
39 | "homepage": "https://github.com/dfinity/wasm-persist" |
40 | } |
41 |
Built with git-ssb-web