panther
Version:
Search through an array of JSON objects.
29 lines (28 loc) • 524 B
JSON
{
"name": "panther",
"version": "0.0.3",
"description": "Search through an array of JSON objects.",
"main": "panther.js",
"scripts": {
"test": "mocha test/test.js"
},
"repository": {
"type": "git",
"url": "https://github.com/matthewpalmer/panther.git"
},
"author": "Matthew Palmer",
"license": "BSD",
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"keywords": [
"search",
"json",
"json search",
"panther"
],
"directories": {
"test": "test"
}
}