UNPKG

upc-database

Version:

API wrapper for the UPCDatabase (upcdatabase.org)

34 lines (33 loc) 773 B
{ "name": "upc-database", "version": "1.0.4", "description": "API wrapper for the UPCDatabase (upcdatabase.org)", "main": "upc-database.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/jacobjordan94/upc-database.git" }, "keywords": [ "upc", "database", "upcdatabase", "ean", "bookland", "product", "codes" ], "author": "@JacobAJordan_", "license": "MIT", "bugs": { "url": "https://github.com/jacobjordan94/upc-database/issues" }, "homepage": "https://github.com/jacobjordan94/upc-database#readme", "tonicExampleFilename": "tonic.js", "dependencies": { "request": "latest", "cheerio": "latest" } }