UNPKG

1.88 kBJSONView Raw
1{
2 "name": "goldwasher",
3 "version": "5.0.2",
4 "description": "Extraction of text and related metadata.",
5 "main": "index.js",
6 "scripts": {
7 "test": "gulp"
8 },
9 "keywords": [
10 "text",
11 "extraction",
12 "mining",
13 "statistics",
14 "metadata",
15 "scraping",
16 "crawling"
17 ],
18 "author": "Alex Langberg",
19 "license": "MIT",
20 "devDependencies": {
21 "better-console": "^0.2.4",
22 "chai": "^2.3.0",
23 "chai-things": "^0.2.0",
24 "coveralls": "^2.11.2",
25 "gulp": "^3.8.11",
26 "gulp-batch": "^1.0.5",
27 "gulp-coveralls": "^0.1.4",
28 "gulp-istanbul": "^0.9.0",
29 "gulp-jsdoc": "^0.1.4",
30 "gulp-jshint": "^1.11.0",
31 "gulp-mocha": "^2.1.0",
32 "gulp-spawn-mocha": "^2.0.1",
33 "istanbul": "^0.3.14",
34 "jshint-stylish": "^2.0.0",
35 "mocha": "^2.2.4"
36 },
37 "config": {
38 "blanket": {
39 "pattern": [
40 "node-goldwasher/lib"
41 ]
42 }
43 },
44 "directories": {
45 "test": "test"
46 },
47 "dependencies": {
48 "cheerio": "^0.19.0",
49 "feed": "^0.2.6",
50 "joi": "^6.4.3",
51 "js2xmlparser": "^0.1.9",
52 "node-uuid": "^1.4.3",
53 "ramda": "^0.14.0",
54 "string": "^3.1.3",
55 "validator": "^3.39.0"
56 },
57 "repository": {
58 "type": "git",
59 "url": "https://github.com/alexlangberg/node-goldwasher.git"
60 },
61 "bugs": {
62 "url": "https://github.com/alexlangberg/node-goldwasher/issues"
63 },
64 "homepage": "https://github.com/alexlangberg/node-goldwasher",
65 "goldwasher": {
66 "options": {
67 "url": "string",
68 "selector": "string",
69 "search": "string[]",
70 "output": [
71 "json",
72 "xml",
73 "atom",
74 "rss"
75 ],
76 "limit": "integer",
77 "filterKeywords": "string[]",
78 "filterTexts": "string[]",
79 "filterLocale": [
80 "en"
81 ]
82 },
83 "defaults": {
84 "selector": "h1, h2, h3, h4, h5, h6, p",
85 "output": "json"
86 }
87 }
88}