-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 897 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 897 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "react-overflow-tooltip",
"description": "A React component that shows a tooltip only if the text is overflow",
"version": "2.0.1",
"author": "Kazato Sugimoto <uiureo@gmail.com>",
"bugs": {
"url": "https://github.com/uiureo/react-overflow-tooltip/issues"
},
"devDependencies": {
"ava": "^0.5.0",
"babel": "^5.8.21",
"babel-core": "^5.8.34",
"jsdom": "^7.0.2",
"prop-types": "^15.5.8",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"standard": "*"
},
"homepage": "https://github.com/uiureo/react-overflow-tooltip",
"keywords": [
"browser",
"react"
],
"license": "ISC",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/uiureo/react-overflow-tooltip.git"
},
"scripts": {
"test": "standard && ava",
"build": "babel src -d lib",
"prepublish": "npm run build"
}
}