UNPKG

1.66 kBJSONView Raw
1{
2 "name": "sitesampler",
3 "version": "1.0.6",
4 "description": "Sample website text content over time.",
5 "main": "index.js",
6 "directories": {
7 "test": "test"
8 },
9 "devDependencies": {
10 "coveralls": "^2.11.4",
11 "covert": "^1.1.0",
12 "doctoc": "^0.15.0",
13 "eslint": "^1.5.1",
14 "faucet": "0.0.1",
15 "rimraf": "^2.4.3",
16 "sinon": "^1.17.0",
17 "tape": "^4.2.0",
18 "through2": "^2.0.0",
19 "watch": "^0.16.0"
20 },
21 "scripts": {
22 "test": "node test/*.js | faucet && npm run clean",
23 "lint": "eslint lib test || true",
24 "coverage": "covert test/*.js || true && npm run clean",
25 "coveralls": "npm run coverage -s && coveralls < coverage/lcov.info",
26 "watch": "watch 'clear && npm run lint && npm test && npm run coverage' lib test && npm run clean",
27 "doctoc": "doctoc --github --title \"# Changelog\" CHANGELOG.md",
28 "patch": "npm version patch",
29 "minor": "npm version minor",
30 "major": "npm version major",
31 "clean": "rimraf testdata"
32 },
33 "repository": {
34 "type": "git",
35 "url": "git+https://github.com/alexlangberg/node-sitesampler.git"
36 },
37 "keywords": [
38 "scraping",
39 "crawling",
40 "time",
41 "chronological"
42 ],
43 "author": "Alex Langberg",
44 "license": "MIT",
45 "bugs": {
46 "url": "https://github.com/alexlangberg/node-sitesampler/issues"
47 },
48 "homepage": "https://github.com/alexlangberg/node-sitesampler#readme",
49 "dependencies": {
50 "bunyan": "^1.5.1",
51 "bunyan-loggly": "0.0.5",
52 "bunyan-slack": "0.0.10",
53 "chronostore": "^1.1.1",
54 "fs-extra": "^0.24.0",
55 "goldwasher-schedule": "^4.0.2",
56 "le_node": "^1.1.0",
57 "ramda": "^0.17.1"
58 }
59}