gs1
Version:
gs1 checkdigit generation and validation
34 lines (33 loc) • 637 B
JSON
{
"name": "gs1",
"version": "1.0.2",
"description": "gs1 checkdigit generation and validation",
"main": "index.js",
"dependencies": {
"tape": "^4.10.1"
},
"devDependencies": {},
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wankdanker/gs1.git"
},
"keywords": [
"gs1",
"checkdigit",
"check",
"digit",
"upc",
"gtin",
"gsin",
"sscc"
],
"author": "Dan VerWeire",
"license": "MIT",
"bugs": {
"url": "https://github.com/wankdanker/gs1/issues"
},
"homepage": "https://github.com/wankdanker/gs1#readme"
}