@pixiebrix/jq-web
Version:
a hack that makes jq run in the browser with emscripten.
32 lines (31 loc) • 684 B
JSON
{
"name": "@pixiebrix/jq-web",
"version": "0.5.1",
"description": "a hack that makes jq run in the browser with emscripten.",
"main": "jq.asm.bundle.min.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pixiebrix/jq-web.git"
},
"keywords": [
"emscriptem",
"jq",
"json",
"filter",
"path"
],
"author": "fiatjaf",
"license": "ISC",
"bugs": {
"url": "https://github.com/pixiebrix/jq-web/issues"
},
"homepage": "https://github.com/pixiebrix/jq-web/jq-web#readme",
"devDependencies": {
"tape": "^4.9.1",
"uglify-es": "^3.3.9",
"live-server": "^1.2.0"
}
}