-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 942 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
36
{
"name": "lite-recaptcha",
"version": "1.0.2",
"description": "Recaptcha Web Component",
"main": "dist/index.js",
"scripts": {
"build": "rollup -c -o dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/realiarthur/lite-recaptcha.git"
},
"keywords": [
"recaptcha",
"captcha",
"google",
"web components",
"custom element",
"webcomponents"
],
"author": "Arthur Islamov (https://github.com/realiarthur)",
"license": "MIT",
"bugs": {
"url": "https://github.com/realiarthur/lite-recaptcha/issues"
},
"homepage": "https://github.com/realiarthur/lite-recaptcha#readme",
"devDependencies": {
"@babel/core": "^7.9.0",
"rollup": "^1.20.2",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-commonjs": "^10.0.2",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-replace": "^2.2.0",
"rollup-plugin-terser": "^5.1.1"
}
}