UNPKG

national-code

Version:

Simple library to validate Iranian national code.

40 lines (39 loc) 1.19 kB
{ "name": "national-code", "version": "0.2.0", "author": "@arashmanteghi <arash.manteghi@gmail.com> (http://arashm.net)", "description": "Simple library to validate Iranian national code.", "license": "MIT", "keywords": [ "javascript", "library", "national", "code", "validation" ], "bugs": { "url": "https://github.com/arashmanteghi/national-code/issues", "email": "arash.manteghi@gmail.com" }, "repository": { "type": "git", "url": "https://github.com/arashmanteghi/national-code.git" }, "main": "build/index.js", "scripts": { "start": "./node_modules/.bin/http-server ./src/ -p 9000", "build": "./node_modules/.bin/babel ./src/ --presets babel-preset-env --out-dir ./build", "lint": "eslint ./src/**.js", "coverage": "./node_modules/.bin/jest --coverage --config=conf/jest.config.js", "test": "./node_modules/.bin/jest --config=conf/jest.config.js", "test:watch": "./node_modules/.bin/jest --watch" }, "devDependencies": { "babel-cli": "^6.26.0", "babel-preset-env": "1.6.0", "eslint": "4.5.0", "eslint-loader": "1.9.0", "http-server": "^0.11.1", "jest": "20.0.4" } }