UNPKG

rmc-list-view

Version:
62 lines (61 loc) 1.52 kB
{ "name": "rmc-list-view", "version": "0.7.0", "description": "m-list-view ui component for react", "keywords": [ "react", "react-component", "react-mobile-list-view", "m-list-view" ], "engines": { "node": ">=4.0.0" }, "homepage": "https://github.com/react-component/m-list-view", "author": "hualei5280@gmail.com", "repository": "react-component/m-list-view", "bugs": "https://github.com/react-component/m-list-view/issues", "files": [ "lib", "assets/*.css" ], "license": "MIT", "main": "./lib/index", "config": { "port": 8999 }, "scripts": { "build": "rc-tools run build", "gh-pages": "rc-tools run gh-pages", "start": "rc-tools run server", "pub": "rc-tools run pub --babel-runtime", "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": { "expect.js": "0.3.x", "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": { "autobind-decorator": "^1.3.3", "babel-runtime": "6.x", "classnames": "^2.2.5", "fbjs": "^0.8.3", "object-assign": "^4.1.0", "react-mixin": "^3.0.5", "react-sticky": "^5.0.2", "react-timer-mixin": "^0.13.3", "zscroller": "~0.2.2" } }