UNPKG

chanarchive

Version:

Archiver for imageboards in NodeJS

63 lines (62 loc) 1.35 kB
{ "name": "chanarchive", "version": "0.4.4", "description": "Archiver for imageboards in NodeJS", "main": "chanarchive.js", "bin": { "chanarchive": "./bin/chanarchive" }, "scripts": { "test": "./node_modules/mocha/bin/mocha" }, "repository": { "type": "git", "url": "https://github.com/j3lte/chanarchive.git" }, "keywords": [ "4chan", "420chan", "8chan", "7chan", "imageboard", "download", "chan", "archive", "utility", "command line" ], "readmeFilename": "README.md", "author": { "name": "J.W. Lagendijk", "email": "jwlagendijk@gmail.com" }, "license": "MIT", "bugs": { "url": "https://github.com/j3lte/chanarchive/issues" }, "engines": { "node": ">= 0.10.0" }, "homepage": "https://github.com/j3lte/chanarchive", "dependencies": { "chalk": "1.0.0", "cheerio": "latest", "express": "latest", "lodash": "latest", "mkdirp": "^0.5.0", "optimist": "^0.6.1", "request": "^2.40.0", "update-notifier": "^0.5.0" }, "devDependencies": { "chai": "3.0.0", "grunt": "*", "grunt-contrib-clean": "^0.6.0", "grunt-contrib-eslint": "0.0.5", "grunt-contrib-watch": "*", "grunt-shell": "^1.1.1", "grunt-simple-mocha": "^0.4.0", "jshint-stylish": "*", "mocha": "^2.0.1" } }