UNPKG

tfn-validator

Version:
30 lines (29 loc) 739 B
{ "name": "tfn-validator", "version": "1.0.0", "description": "Australian tax file number validator", "main": "index.html", "scripts": { "start": "tsc -w", "build": "tsc && uglifyjs dist/tfn.js -o dist/tfn.min.js --source-map dist/tfn.min.js.map" }, "repository": { "type": "git", "url": "git+https://jimmythecoder@github.com/jimmythecoder/tfn-validator.git" }, "keywords": [ "tfn", "ato", "validator" ], "author": "James Harris", "license": "MIT", "bugs": { "url": "https://github.com/jimmythecoder/tfn-validator/issues" }, "homepage": "https://github.com/jimmythecoder/tfn-validator#readme", "devDependencies": { "typescript": "^2.1.4", "uglify-js": "^2.7.5" } }