json-query-chain/package.json
sharpshark28 915936f7cc v1.0.0
2017-05-26 06:10:36 -05:00

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"
}
}