git ssb

0+

wanderer🌟 / js-primea-wasm-container



Tree: 6a5f857a376a1e31ae18a4fd65720456f048c611

Files: 6a5f857a376a1e31ae18a4fd65720456f048c611 / package.json

557 bytesRaw
1{
2 "name": "wasm-container",
3 "version": "0.0.0",
4 "description": "",
5 "main": "index.js",
6 "scripts": {
7 "coverage": "node --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 --harmony ./tests/index.js"
11 },
12 "author": "",
13 "license": "ISC",
14 "standard": {
15 "globals": [
16 "WebAssembly"
17 ]
18 },
19 "devDependencies": {
20 "istanbul": "^1.1.0-alpha.1",
21 "standard": "^9.0.1",
22 "tape": "^4.6.3"
23 }
24}
25

Built with git-ssb-web