1 | {
|
2 | "name": "react-clickout",
|
3 | "version": "2.0.4",
|
4 | "main": "lib/index.js",
|
5 | "scripts": {
|
6 | "test": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --recursive test/**/*",
|
7 | "build": "babel src --out-dir lib",
|
8 | "prepublish": "npm run build"
|
9 | },
|
10 | "author": "Daniel Moi",
|
11 | "license": "Apache-2.0",
|
12 | "dependencies": {
|
13 | "react": "^15.4.2",
|
14 | "react-dom": "^15.4.2"
|
15 | },
|
16 | "devDependencies": {
|
17 | "babel": "^6.5.2",
|
18 | "babel-cli": "^6.18.0",
|
19 | "babel-core": "^6.21.0",
|
20 | "babel-eslint": "^7.1.1",
|
21 | "babel-istanbul": "^0.12.1",
|
22 | "babel-loader": "^6.2.10",
|
23 | "babel-plugin-istanbul": "^3.1.2",
|
24 | "babel-preset-es2015": "^6.18.0",
|
25 | "babel-preset-react": "^6.16.0",
|
26 | "babel-preset-stage-1": "^6.22.0",
|
27 | "babel-register": "^6.22.0",
|
28 | "chai": "^3.5.0",
|
29 | "enzyme": "^2.7.0",
|
30 | "eslint": "^3.13.1",
|
31 | "eslint-config-airbnb": "^14.0.0",
|
32 | "eslint-plugin-import": "^2.2.0",
|
33 | "eslint-plugin-jsx-a11y": "^3.0.2",
|
34 | "eslint-plugin-react": "^6.9.0",
|
35 | "jsdom": "^9.9.1",
|
36 | "mocha": "^3.2.0",
|
37 | "react-addons-test-utils": "^15.4.2",
|
38 | "sinon": "^1.17.7",
|
39 | "webpack": "^1.14.0"
|
40 | },
|
41 | "repository": {
|
42 | "type": "git",
|
43 | "url": "git+https://github.com/danielmoi/react-clickout.git"
|
44 | },
|
45 | "bugs": {
|
46 | "url": "https://github.com/danielmoi/react-clickout/issues"
|
47 | },
|
48 | "homepage": "https://github.com/danielmoi/react-clickout#readme",
|
49 | "description": ""
|
50 | }
|