UNPKG

ninjs-html

Version:

web crawling engine using cheerio for html/dom manipulation and templating

37 lines (36 loc) 873 B
{ "name": "ninjs-html", "description": "web crawling engine using cheerio for html/dom manipulation and templating", "version": "0.0.10", "main": "index.js", "author": "Stuart MacKenzie", "license": "AGPL-1.0", "homepage": "https://github.com/snapptop/ninjs-html#readme", "repository": { "type": "git", "url": "git+https://github.com/snapptop/ninjs-html.git" }, "bugs": { "url": "https://github.com/snapptop/ninjs-html/issues" }, "engines": { "node": ">= 0.6" }, "scripts": { "cli": "set NODE_ENV=development&&node ./cli.js" }, "contributors": [ "Stuart John MacKenzie <stuart.mackenzie@snapptop.com>" ], "keywords": [ "ninjs", "html" ], "dependencies": { "cheerio": "^0.22.0", "ninjs-lodash": "^0.1.43", "ninjs-request": "^0.0.11", "html-fax": "^0.0.4" }, "devDependencies": {} }