32 lines
977 B
JSON
32 lines
977 B
JSON
{
|
|
"name": "json-query-chain",
|
|
"version": "1.1.3",
|
|
"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",
|
|
"lint": "eslint ./*.js"
|
|
},
|
|
"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": {
|
|
"eslint": "^4.18.1",
|
|
"eslint-config-standard": "^11.0.0",
|
|
"eslint-plugin-import": "^2.9.0",
|
|
"eslint-plugin-jest": "^21.12.2",
|
|
"eslint-plugin-node": "^6.0.0",
|
|
"eslint-plugin-promise": "^3.6.0",
|
|
"eslint-plugin-standard": "^3.0.1",
|
|
"jest": "^20.0.4",
|
|
"lcov-badge": "^1.0.4"
|
|
}
|
|
}
|