forked from Toxblh/react-hoc-outside-click
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.07 KB
/
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
36
37
38
39
40
41
42
43
44
{
"name": "react-hoc-outside-click",
"version": "1.0.5",
"description": "React HOC OutsideClick",
"main": "./lib/index.js",
"scripts": {
"build": "babel src/ -d lib/",
"lint": "eslint src/"
},
"repository": {
"type": "git",
"url": "https://github.com/Toxblh/react-hoc-outside-click.git"
},
"keywords": [
"react",
"click outside",
"click",
"outside",
"onclickoutside",
"click-outside",
"clickaway",
"away",
"hoc",
"higher",
"order",
"component"
],
"author": "Anton Palgunov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Toxblh/react-hoc-outside-click/issues"
},
"homepage": "https://github.com/Toxblh/react-hoc-outside-click#readme",
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-plugin-transform-class-properties": "^6.18.0",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-latest": "^6.16.0",
"babel-preset-react": "^6.16.0",
"eslint": "^3.9.1",
"eslint-plugin-react": "^6.4.1",
"react": "^15.3.2"
}
}