UNPKG

754 BJSONView Raw
1{
2 "name": "deep-grep",
3 "version": "0.3.3",
4 "description": "Recurses through nested lists finding the things you want.",
5 "main": "lib/dg.js",
6 "directories": {
7 "test": "test"
8 },
9 "scripts": {
10 "test": "mocha"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/janearc/deep-grep.git"
15 },
16 "keywords": [
17 "grep",
18 "recursive",
19 "recursion",
20 "synchronous",
21 "nested",
22 "map"
23 ],
24 "author": "Jane Arc <jane.arc@gsa.gov> (http://github.com/janearc)",
25 "license": "CC0-1.0",
26 "bugs": {
27 "url": "https://github.com/janearc/deep-grep/issues"
28 },
29 "dependencies": { "mocha": "*", "chai": "*", "q": "*", "singleton": "*", "log4js": "*" },
30 "homepage": "https://github.com/janearc/deep-grep"
31}