UNPKG

rc-form-validation

Version:
61 lines (60 loc) 1.49 kB
{ "name": "rc-form-validation", "version": "2.5.0", "description": "form-validation ui component for react", "keywords": [ "react", "react-component", "react-form-validation", "form-validation" ], "files": [ "lib" ], "main": "./lib/index", "homepage": "http://github.com/react-component/form-validation", "author": "yiminghe@gmail.com", "repository": { "type": "git", "url": "git@github.com:react-component/form-validation.git" }, "bugs": { "url": "http://github.com/react-component/form-validation/issues" }, "licenses": "MIT", "config": { "port": 8010 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-server", "pub": "rc-tools run pub", "lint": "rc-tools run lint", "karma": "rc-tools run karma", "saucelabs": "rc-tools run saucelabs", "browser-test": "rc-tools run browser-test", "browser-test-cover": "rc-tools run browser-test-cover" }, "devDependencies": { "bootstrap": "^3.3.2", "expect.js": "~0.3.1", "gregorian-calendar": "3.x", "gregorian-calendar-format": "3.x", "pre-commit": "1.x", "rc-calendar": "~3.16.1", "rc-server": "3.x", "rc-tools": "4.x", "react-addons-test-utils": "~0.14.0", "react": "~0.14.0", "react-dom":"~0.14.0" }, "pre-commit": [ "lint" ], "dependencies": { "async-validator": "1.3.x", "object-assign": "4.x", "rc-util": "3.x" } }