archive-search
Version:
Small, zero dependency, Promise based library to search through archive.org's api for the browser and node.
34 lines (33 loc) • 857 B
JSON
{
"name": "archive-search",
"version": "1.1.15",
"description": "Small, zero dependency, Promise based library to search through archive.org's api for the browser and node.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"browser": "./dist/search-browser.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jacobg1/archive-search.git"
},
"keywords": [
"archive.org",
"node",
"react",
"Promises",
"zero dependency",
"browser"
],
"author": "Jacob Greenwald",
"license": "ISC",
"runkitExampleFilename": "runkit-example.js",
"bugs": {
"url": "https://github.com/jacobg1/archive-search/issues"
},
"homepage": "https://github.com/jacobg1/archive-search#readme",
"dependencies": {}
}