forked from Pomax/react-onclickoutside
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
45
{
"name": "react-onclickoutside",
"version": "5.1.0",
"description": "An onClickOutside mixin for React components",
"main": "index.js",
"homepage": "https://github.com/Pomax/react-onclickoutside",
"authors": [
"Pomax <[email protected]>"
],
"keywords": [
"react",
"onclick",
"outside",
"onclickoutside"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Pomax/react-onclickoutside.git"
},
"bugs": {
"url": "https://github.com/Pomax/react-onclickoutside/issues"
},
"scripts": {
"test": "karma start test/karma.conf.js --single-run"
},
"dependencies": {
"object-assign": "^4.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"karma": "^0.13.22",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.25",
"karma-webpack": "^1.7.0",
"mocha": "^2.4.5",
"phantomjs-prebuilt": "^2.1.7",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"webpack": "^1.12.14"
}
}