rmc-tooltip
Version:
72 lines (71 loc) • 1.67 kB
JSON
{
"name": "rmc-tooltip",
"version": "1.0.1",
"description": "React Tooltip",
"keywords": [
"react",
"react-component",
"react-tooltip",
"tooltip",
"m-tooltip"
],
"files": [
"dist",
"lib",
"es",
"assets/*.css"
],
"main": "lib/index",
"module": "es/index",
"homepage": "http://github.com/react-component/tooltip/tree/m-tooltip",
"maintainers": [
"yiminghe@gmail.com"
],
"repository": {
"type": "git",
"url": "git@github.com:react-component/tooltip.git"
},
"bugs": {
"url": "http://github.com/react-component/tooltip/issues"
},
"license": "MIT",
"config": {
"port": 8007
},
"scripts": {
"watch-tsc": "rc-tools run watch-tsc",
"dist": "rc-tools run dist",
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile --babel-runtime",
"pub": "rc-tools run pub --babel-runtime",
"lint": "rc-tools run lint",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"prepublish": "rc-tools run guard",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage"
},
"devDependencies": {
"@types/react": "~16.0.2",
"@types/react-dom": "15.5.1",
"async": "~0.9.0",
"bootstrap": "~3.3.2",
"expect.js": "~0.3.1",
"jquery": "~1.11.2",
"pre-commit": "1.x",
"rc-test": "^6.0.1",
"rc-tools": "6.x",
"react": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
],
"dependencies": {
"babel-runtime": "6.x",
"rmc-trigger": "1.x"
}
}