valid-props
Version:
Validates an objects properties
38 lines (37 loc) • 851 B
JSON
{
"name": "valid-props",
"version": "1.6.2",
"description": "Validates an objects properties",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test",
"build": "node_modules/mocha/bin/gulp"
},
"repository": {
"type": "git",
"url": "https://github.com/dugword/valid-props.git"
},
"keywords": [
"valid",
"validator",
"validation",
"props",
"properties",
"type",
"types"
],
"author": "Douglas L. Jenkins",
"license": "MIT",
"bugs": {
"url": "https://github.com/dugword/valid-props/issues"
},
"homepage": "https://github.com/dugword/valid-props",
"devDependencies": {
"babel-preset-es2015": "^6.1.18",
"chai": "^1.10.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"mocha": "^2.1.0"
},
"tonicExampleFilename": "tonic-example.js"
}