wayback-machine
Version:
Internet Wayback Machine Client
39 lines (38 loc) • 883 B
JSON
{
"name": "wayback-machine",
"version": "0.2.1",
"description": "Internet Wayback Machine Client",
"main": "index.js",
"scripts": {
"test": "mocha test/",
"lint": "jshint --verbose examples/ lib/ test/ index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/macbre/wayback-machine.git"
},
"keywords": [
"archive",
"memento",
"wayback"
],
"author": "Maciej Brencz <maciej.brencz@gmail.com> (https://github.com/macbre)",
"license": "ISC",
"bugs": {
"url": "https://github.com/macbre/wayback-machine/issues"
},
"homepage": "https://github.com/macbre/wayback-machine#readme",
"devDependencies": {
"jshint": "^2.9.4",
"mocha": "^3.2.0"
},
"dependencies": {
"debug": "^2.6.3",
"fetch": "^1.1.0",
"split": "^1.0.0"
},
"jshintConfig": {
"node": true,
"strict": true
}
}