valid-props
Version:
Validates an objects properties
39 lines (38 loc) • 876 B
JSON
{
"name": "valid-props",
"version": "2.0.2",
"description": "Validates an objects properties",
"main": "index.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha test",
"buildjs": "node_modules/gulp/bin/gulp.js"
},
"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": "^3.4.1",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.0",
"jscs": "^2.6.0",
"mocha": "^2.1.0"
},
"tonicExampleFilename": "tonic-example.js"
}