UNPKG

react-ui-components

Version:
41 lines (40 loc) 1.02 kB
{ "name": "react-ui-components", "version": "1.1.2", "description": "A collection of UI components for React", "main": "./lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "copy": "gulp copy", "build": "npm run copy && babel --stage 0 ./src --out-dir ./lib", "prepublish": "npm run build" }, "keywords": [ "react components", "react ui", "react ui components", "react", "react-ui", "react-components", "react-ui-components" ], "repository": { "type": "git", "url": "https://github.com/pingyuanChen/react-ui-components.git" }, "author": "pychen", "license": "", "bugs": { "url": "https://github.com/pingyuanChen/react-ui-components/issues" }, "homepage": "https://github.com/pingyuanChen/react-ui-components", "peerDependencies": { "react": ">=0.14.3", "react-dom": ">=0.14.3", "react-tap-event-plugin": ">=0.2.1" }, "devDependencies": { "babel": "^5.4.3", "gulp": "^3.9.0" } }