UNPKG

react-formstate-validation

Version:
55 lines (54 loc) 1.39 kB
{ "name": "react-formstate-validation", "version": "0.3.8", "peerDependencies": { "react-formstate": ">=0.3.0" }, "description": "A validation library for react-formstate", "main": "index.js", "scripts": { "build": "babel index.es6 -o index.js", "test": "istanbul cover ./node_modules/.bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls && rm -rf ./coverage", "pretest": "npm run build", "localtest": "mocha", "prelocaltest": "npm run build", "prepublishOnly": "npm run localtest" }, "repository": { "type": "git", "url": "git+https://github.com/dtrelogan/react-formstate-validation.git" }, "keywords": [ "react", "form", "validation", "react", "validation", "react", "form", "framework", "react", "framework", "asynchronous", "validation", "react", "form", "state", "react", "forms" ], "author": "daniel trelogan", "license": "MIT", "bugs": { "url": "https://github.com/dtrelogan/react-formstate-validation/issues" }, "homepage": "https://github.com/dtrelogan/react-formstate-validation#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-preset-es2015": "^6.24.1", "coveralls": "^2.13.1", "istanbul": "^0.4.5", "mocha": "^3.4.2", "validator": "^7.2.0" } }