Files: 75d8db3eb791e02b7b4ca1ad095b54b4518ab75d / package.json
745 bytesRaw
1 | { |
2 | "name": "primea-wasm-container", |
3 | "version": "0.0.0", |
4 | "description": "", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coverage": "node --expose-wasm --harmony ./node_modules/istanbul/lib/cli.js cover ./tests/index.js", |
8 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
9 | "lint": "standard", |
10 | "test": "node --expose-wasm --harmony ./tests/index.js" |
11 | }, |
12 | "author": "mjbecze <mjbecze@gmail.com>", |
13 | "license": "MPL-2.0", |
14 | "standard": { |
15 | "globals": [ |
16 | "WebAssembly" |
17 | ] |
18 | }, |
19 | "keywords": [ |
20 | "wasm", |
21 | "webassembly", |
22 | "prima" |
23 | ], |
24 | "devDependencies": { |
25 | "ipfs": "^0.24.1", |
26 | "istanbul": "^1.1.0-alpha.1", |
27 | "primea-hypervisor": "0.0.0", |
28 | "standard": "^10.0.0", |
29 | "tape": "^4.6.3" |
30 | } |
31 | } |
32 |
Built with git-ssb-web