UNPKG

rc-switch

Version:

switch ui component for react

52 lines (51 loc) 1.24 kB
{ "name": "rc-switch", "version": "1.0.0", "description": "switch ui component for react", "keywords": [ "react", "react-component", "react-switch", "switch" ], "homepage": "http://github.com/react-component/switch", "author": "sliuqin@gmail.com", "repository": { "type": "git", "url": "git@github.com:react-component/switch.git" }, "bugs": { "url": "http://github.com/react-component/switch/issues" }, "licenses": "MIT", "config": { "port": 8001 }, "scripts": { "build": "rc-tools run build", "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": "spm publish && rc-tools run tag", "lint": "rc-tools run lint", "test": "", "saucelabs": "rc-tools run saucelabs", "browser-test": "rc-tools run browser-test", "browser-test-cover": "rc-tools run browser-test-cover" }, "devDependencies": { "expect.js": "~0.3.1", "precommit-hook": "^1.0.7", "rc-server": "^2.0.0", "rc-tools": "2.x", "react": "^0.13.0" }, "precommit": [ "lint", "less" ], "dependencies": { "rc-util": "2.x" } }