UNPKG

hm-react-cli

Version:

Create a Huimei React project by module

62 lines (61 loc) 1.38 kB
{ "name": "rc-dialog", "version": "6.1.1", "description": "dialog ui component for react", "keywords": [ "react", "react-component", "react-dialog", "dialog", "ui" ], "homepage": "http://github.com/react-component/dialog", "author": "yiminghe@gmail.com", "repository": { "type": "git", "url": "git@github.com:react-component/dialog.git" }, "bugs": { "url": "http://github.com/react-component/dialog/issues" }, "licenses": "MIT", "files": [ "lib", "assets/*.css" ], "main": "./lib/index", "config": { "port": 8007 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "pub": "rc-tools run pub", "lint": "rc-tools run lint", "karma": "rc-tools run karma", "saucelabs": "rc-tools run saucelabs", "test": "rc-tools run test", "chrome-test": "rc-tools run chrome-test", "coverage": "rc-tools run coverage" }, "devDependencies": { "async": "^0.9.0", "bluebird": "~2.9.30", "bootstrap": "^3.3.6", "expect.js": "~0.3.1", "jquery": "^1.11.2", "pre-commit": "1.x", "rc-tools": "5.x", "react": "15.x", "react-addons-test-utils": "15.x", "react-dom": "15.x" }, "pre-commit": [ "lint" ], "dependencies": { "rc-animate": "2.x", "rc-util": "3.x" } }