UNPKG

rc-dialog

Version:

dialog ui component for react

61 lines (60 loc) 1.55 kB
{ "name": "rc-dialog", "version": "4.0.7", "description": "dialog ui component for react", "keywords": [ "react", "react-component", "react-dialog", "dialog", "ui" ], "homepage": "http://github.com/react-component/dialog", "maitainers": [ "yiminghe@gmail.com", "dxq613@gmail.com" ], "repository": { "type": "git", "url": "git@github.com:react-component/dialog.git" }, "bugs": { "url": "http://github.com/react-component/dialog/issues" }, "licenses": "MIT", "main": "./lib/index", "config": { "port": 8000 }, "scripts": { "build": "rc-tools run build", "precommit": "rc-tools run precommit", "less": "rc-tools run less", "gh-pages": "rc-tools run gh-pages", "history": "rc-tools run history", "start": "node --harmony node_modules/.bin/rc-server", "publish": "rc-tools run tag", "lint": "rc-tools run lint", "saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs", "browser-test": "node --harmony node_modules/.bin/rc-tools run browser-test", "browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover" }, "devDependencies": { "async": "^0.9.0", "bootstrap": "^3.3.2", "expect.js": "~0.3.1", "jquery": "^1.11.2", "precommit-hook": "^1.0.7", "rc-server": "3.x", "rc-tools": "3.x", "react": "~0.13.0" }, "precommit": [ "precommit" ], "dependencies": { "dom-align": "~1.0.3", "object-assign": "~2.0.0", "rc-util": "~2.0.2" } }