validate-by-health
Version:
BY-HEALTH data validation
31 lines (30 loc) • 749 B
JSON
{
"name": "validate-by-health",
"version": "1.1.9",
"description": "BY-HEALTH data validation",
"main": "lib/index.js",
"scripts": {
"rollup": "rollup -c",
"prepublish": "npm run rollup"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eightfeet/validate.git"
},
"keywords": [
"validate"
],
"author": "eightfeet",
"license": "ISC",
"bugs": {
"url": "https://github.com/eightfeet/validate/issues"
},
"homepage": "https://github.com/eightfeet/validate#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015-rollup": "^3.0.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^3.0.0"
}
}