22 lines
573 B
JSON
22 lines
573 B
JSON
{
|
|
"name": "json-query-chain",
|
|
"version": "1.0.0",
|
|
"description": "Chain queries onto POJOs to return precise results.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "jest"
|
|
},
|
|
"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"
|
|
}
|
|
}
|