-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.02 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
{
"name": "react-gcaptcha",
"version": "4.3.0",
"description": "A react.js google reCAPTCHA component",
"main": "dist/index.js",
"scripts": {
"build": "babel src -d dist",
"test": "jest",
"deploy": "npm run build && np --no-publish"
},
"repository": {
"type": "git",
"url": "https://github.com/twobucks/react-gcaptcha"
},
"keywords": [
"react",
"react-component",
"reCAPTCHA",
"component"
],
"author": "Dino Trojak",
"license": "MIT",
"bugs": {
"url": "https://github.com/twobucks/react-gcaptcha/issues"
},
"homepage": "https://github.com/twobucks/react-gcaptcha",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-jest": "^23.6.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"enzyme": "^3.7.0",
"enzyme-adapter-react-16": "^1.6.0",
"eslint": "^5.6.1",
"eslint-plugin-react": "^7.11.1",
"jest": "^23.6.0",
"react": "^16.5.2",
"react-dom": "^16.5.2"
},
"peerDependencies": {
"react": "16.x"
}
}