UNPKG

pt-id

Version:

Validate and generate Portuguese specific identity numbers

38 lines (37 loc) 737 B
{ "name": "pt-id", "version": "1.2.0", "description": "Validate and generate Portuguese specific identity numbers", "scripts": { "test": "mocha test/test-*.js", "lint": "jshint lib/*.js test/*.js" }, "devDependencies": { "chai": "4", "jshint": "2", "mocha": "11" }, "author": "António Marques <me@antoniomarques.eu>", "license": "MIT", "homepage": "https://github.com/asmarques/pt-id", "repository": { "type": "git", "url": "git://github.com/asmarques/pt-id" }, "keywords": [ "portugal", "nif", "nipc", "bi", "bilhete", "identidade", "cartão", "cidadão" ], "types": "index.d.ts", "files": [ "lib/", "index.js", "index.d.ts" ] }