-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 856 Bytes
/
package.json
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-click-boundary",
"version": "0.2.2",
"description": "Catch outside clicks with a React component",
"main": "dist/index.js",
"scripts": {
"build": "BABEL_ENV=production babel src -d dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/deiucanta/react-click-boundary.git"
},
"keywords": [
"react",
"component",
"click",
"outside",
"boundary",
"onClickOutside"
],
"author": "Andrei Canta <deiucanta@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/deiucanta/react-click-boundary/issues"
},
"homepage": "https://github.com/deiucanta/react-click-boundary#readme",
"dependencies": {
"react": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.0",
"prop-types": "^15.6.0"
}
}