UNPKG

krawala

Version:

Simple javascript web-crawler with command line interface

54 lines (53 loc) 1.33 kB
{ "name": "krawala", "version": "0.1.2", "description": "Simple javascript web-crawler with command line interface", "main": "dist/index.js", "bin": { "krawala": "dist/cli.js" }, "scripts": { "prepare": "./scripts/dist", "dist": "./scripts/dist", "lint": "tslint --project tsconfig.json '@(src|tests|types|docs)/**/*.@(ts|tsx)'", "test": "npm run lint" }, "repository": { "type": "git", "url": "git+https://github.com/JakeSidSmith/krawala.git" }, "keywords": [ "web", "crawler", "json", "site" ], "author": "Jake 'Sid' Smith", "license": "MIT", "bugs": { "url": "https://github.com/JakeSidSmith/krawala/issues" }, "homepage": "https://github.com/JakeSidSmith/krawala#readme", "dependencies": { "@types/cheerio": "0.22.3", "@types/js-yaml": "3.9.1", "@types/node": "8.0.35", "@types/request": "2.0.6", "@types/superagent": "3.5.6", "@types/underscore": "1.8.3", "@types/url-parse": "1.1.0", "cheerio": "=0.22.0", "jargs": "0.3.3", "js-yaml": "=3.9.1", "parse-domain": "=1.0.0", "request": "2.87.0", "typescript": "2.5.3", "underscore": "1.8.3", "url-parse": "=1.4.0", "word-count": "=0.2.2" }, "devDependencies": { "tslint": "5.8.0", "tslint-eslint-rules": "4.1.1" } }