joi-verhoeff
Version:
Verhoeff validation for Joi
62 lines (61 loc) • 1.81 kB
JSON
{
"name": "joi-verhoeff",
"version": "1.0.0",
"description": "Verhoeff validation for Joi",
"keywords": [
"joi",
"extension",
"verhoeff",
"checksum",
"validation",
"validator",
"node-verhoeff"
],
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/SafetyCulture/joi-verhoeff.git"
},
"scripts": {
"test": "NODE_ENV=test mocha --compilers js:babel-register --recursive",
"cov": "NODE_ENV=test COVERAGE=yes LOG_LEVEL=fatal istanbul cover --report html ./node_modules/.bin/_mocha -- --compilers js:babel-register --recursive && open coverage/index.html",
"lint": "eslint ./lib/ ./test/ && echo Lint OK",
"compile": "babel lib --out-dir dist --source-maps true",
"compile:watch": "babel lib --out-dir dist --source-maps true --watch",
"clean": "rm -rf node_modules/ && rm -rf coverage",
"posttest": "npm run lint",
"prepublish": "npm run compile"
},
"author": "SafetyCulture Pty Ltd <info@safetyculture.com> (http://www.safetyculture.com)",
"constributors": [
"Jason Jacob <jason.jacob@safetyculture.com>",
"Tristan Davey <tristan.davey@safetyculture.com>"
],
"license": "Apache-2.0",
"dependencies": {
"node-verhoeff": "0.0.11"
},
"peerDependencies": {
"joi": ">=9.0.0"
},
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-eslint": "^6.0.2",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.7.2",
"chai": "^3.5.0",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.0",
"eslint-plugin-import": "^1.7.0",
"eslint-plugin-jsx-a11y": "^1.2.0",
"eslint-plugin-react": "^5.0.1",
"istanbul": "^1.0.0-alpha.2",
"joi": "^10.2.2",
"mocha": "^2.4.5"
},
"babel": {
"presets": [
"es2015"
]
}
}