UNPKG

chen-crawler

Version:

Web Crawler Provider for Chen Framework

37 lines (36 loc) 843 B
{ "name": "chen-crawler", "version": "0.1.6", "description": "Web Crawler Provider for Chen Framework", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "npm test", "build": "chen-tsc", "build:watch": "chen-tsc --watch", "prepublish": "chen-tsc", "postinstall": "typings install", "typings": "typings" }, "repository": { "type": "git", "url": "git+https://github.com/chen-framework/crawler.git" }, "keywords": [ "web", "crawler" ], "author": "tontonskie", "license": "ISC", "bugs": { "url": "https://github.com/chen-framework/crawler/issues" }, "homepage": "https://github.com/chen-framework/crawler#readme", "dependencies": { "cheerio": "^0.20.0", "chen-redis": "^0.1.1" }, "devDependencies": { "typings": "^1.3.3" } }