shotgun-query
Version:
An object query & function call DSL
29 lines (28 loc) • 606 B
JSON
{
"name": "shotgun-query",
"version": "0.1.1",
"description": "An object query & function call DSL",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codefeathers/shotgun.git"
},
"keywords": [
"gunner",
"domain-specific-language",
"object",
"query"
],
"author": "Muthu Kumar <@MKRhere> (https://mkr.pw)",
"license": "MIT",
"bugs": {
"url": "https://github.com/codefeathers/shotgun/issues"
},
"homepage": "https://github.com/codefeathers/shotgun#readme",
"dependencies": {
"bracket-split": "^1.1.4"
}
}