bn-rate
Version:
React Star Rate Component(Base on rc-rate)
57 lines (56 loc) • 1.25 kB
JSON
{
"name": "bn-rate",
"version": "0.0.6",
"description": "React Star Rate Component(Base on rc-rate)",
"keywords": [
"react",
"react-component",
"react-rate",
"react-star-rate",
"star-rate",
"rc-rate",
"bn-rate",
"rate"
],
"homepage": "https://github.com/wgwxf/BnRate",
"repository": {
"type": "git",
"url": "git+https://github.com/wgwxf/BnRate.git"
},
"bugs": {
"url": "https://github.com/wgwxf/BnRate/issues"
},
"files": [
"lib",
"assets/*.css"
],
"licenses": "ISC",
"main": "./lib/index",
"config": {
"port": 8000
},
"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": {
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-tools": "5.x",
"react": "0.14.x",
"react-addons-test-utils": "0.14.x",
"react-dom": "0.14.x"
},
"pre-commit": [
"lint"
],
"author": "wgwxf"
}