json-query-chain/package.json
sharpshark28 c95faba670 Coverage
2018-02-22 18:44:27 -06:00

24 lines
691 B
JSON

{
"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 <joe@wroten.me>",
"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"
}
}