osmosis
Version:
Web scraper for NodeJS
43 lines (42 loc) • 803 B
JSON
{
"name": "osmosis",
"version": "1.1.10",
"description": "Web scraper for NodeJS",
"keywords": [
"web",
"scraper",
"crawler",
"html",
"xml",
"dom",
"parser"
],
"repository": {
"type": "git",
"url": "https://github.com/rchipka/node-osmosis.git"
},
"author": {
"name": "rchipka",
"email": "chipka01@email.franklin.edu"
},
"dependencies": {
"libxmljs-dom": "~0.0.17",
"needle": "^1.6.0"
},
"devDependencies": {
"jscs": ">=3.0.2",
"nodeunit": "0.11.3"
},
"scripts": {
"test": "node ./node_modules/.bin/nodeunit test"
},
"license": "MIT",
"main": "index",
"engines": {
"node": ">= 0.8.0"
},
"readmeFilename": "Readme.md",
"bugs": {
"url": "https://github.com/rchipka/node-osmosis/issues"
}
}