{ "name": "json-query-chain", "version": "1.1.2", "description": "Chain queries onto POJOs to return precise results.", "main": "index.js", "scripts": { "test": "jest --coverage && npm run badge", "badge": "lcov-badge coverage/lcov.info -o coverage.svg" }, "repository": { "type": "git", "url": "git+ssh://git@github.com/sharpshark28/json-query-chain.git" }, "author": "Joe Wroten ", "license": "ISC", "bugs": { "url": "https://github.com/sharpshark28/json-query-chain/issues" }, "homepage": "https://github.com/sharpshark28/json-query-chain#readme", "devDependencies": { "jest": "^20.0.4", "lcov-badge": "^1.0.4" } }