angular-cvr-validator
Version:
Checks whether an input contains a valid Danish CVR number
36 lines (35 loc) • 831 B
JSON
{
"name": "angular-cvr-validator",
"version": "0.1.0",
"description": "Checks whether an input contains a valid Danish CVR number",
"main": "cvr.min.js",
"scripts": {},
"repository": {
"type": "git",
"url": "git://github.com/crisbeto/angular-cvr-validator"
},
"keywords": [
"angular",
"cvr",
"danish",
"denmark",
"validation",
"validator"
],
"author": "crisbeto",
"license": "MIT",
"bugs": {
"url": "https://github.com/crisbeto/angular-cvr-validator/issues"
},
"homepage": "https://github.com/crisbeto/angular-cvr-validator",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.5.0",
"grunt-contrib-jshint": "^0.11.1",
"grunt-gh-pages": "^0.9.1",
"jshint-stylish": "^1.0.1"
},
"dependencies": {
"angular": "^1.3.0"
}
}