-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
39 lines (39 loc) · 949 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
37
38
39
{
"name": "angularjs-google-recaptcha-v3",
"version": "1.0.2",
"description": "An AngularJS module to use Google reCaptcha v3",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"contributors": [
{
"name": "Mohammed Faizan Qureshi",
"email": "[email protected]",
"url": "https://github.com/fayzaan"
}
],
"repository": {
"type": "git",
"url": "https://github.com/fayzaan/angularjs-google-recaptcha-v3"
},
"keywords": [
"google",
"recaptcha",
"version",
"3",
"fayzaan",
"angularjs"
],
"devDependencies": {
"bower": "^1.8.0",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^1.2.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^2.0.0"
},
"author": "Mohammed Faizan Qureshi <[email protected]>",
"license": "MIT"
}