data-miner
Version:
A node tool to mine data off the internet
29 lines (28 loc) • 639 B
JSON
{
"name": "data-miner",
"version": "0.0.0",
"description": "A node tool to mine data off the internet",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/yangli1990/data-miner.git"
},
"keywords": [
"datamine",
"webminer"
],
"author": "Yang Li",
"license": "MIT",
"bugs": {
"url": "https://github.com/yangli1990/data-miner/issues"
},
"homepage": "https://github.com/yangli1990/data-miner",
"dependencies": {
"jquery": "^2.1.3",
"jsdom": "^3.1.2",
"request": "^2.55.0"
}
}