blob: f0fc3af314d3f7c9a8ecb6f01497aa463d2aa6c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
{
"name": "devtools-wasm-dwarf",
"version": "0.0.1",
"description": "DevTools WebAssembly DWARF library",
"main": "index.js",
"scripts": {
"license-check": "devtools-license-check",
"test": ""
},
"browser": {
"./src/wasmAsset.js": "./src/wasmAssetBrowser.js"
},
"author": "",
"license": "MPL-2.0",
"dependencies": {
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-stage-3": "^6.22.0"
}
}
|