UNPKG

isbn-validator

Version:

Check if number sequence is a valid ISBN

29 lines (28 loc) 645 B
{ "name": "isbn-validator", "version": "1.2.0", "description": "Check if number sequence is a valid ISBN ", "main": "index.js", "scripts": { "test": "zuul -- test/*.js", "test-local": "zuul --local -- test/*.js" }, "repository": { "type": "git", "url": "https://github.com/thewazir/isbn-validator.git" }, "keywords": [ "ISBN", "validator" ], "author": "Omer Wazir", "license": "MIT", "bugs": { "url": "https://github.com/thewazir/isbn-validator/issues" }, "homepage": "https://github.com/thewazir/isbn-validator", "devDependencies": { "tape": "^3.2.0", "zuul": "^1.16.4" } }