json-miner
Version:
json-miner extracts json(s) out of text dump
22 lines (21 loc) • 420 B
JSON
{
"name": "json-miner",
"version": "1.0.1",
"description": "json-miner extracts json(s) out of text dump",
"main": "json-miner.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/twskj/node-json-miner"
},
"keywords": [
"json",
"extract",
"unstructured-data",
"data mining"
],
"author": "twskj",
"license": "MIT"
}