-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
40 lines (40 loc) · 1.11 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
{
"name": "angular2-recaptcha",
"version": "1.1.1",
"description": "Angular 6 component for Google reCaptcha",
"main": "angular2-recaptcha.js",
"scripts": {
"dev": "tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1",
"prepare": "./node_modules/.bin/ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xmaestro/angular2-recaptcha.git"
},
"keywords": [
"angular2",
"recaptcha"
],
"author": "xmaestro",
"license": "ISC",
"bugs": {
"url": "https://github.com/xmaestro/angular2-recaptcha/issues"
},
"devDependencies": {
"@angular/animations": "^6.0.3",
"@angular/common": "^6.0.3",
"@angular/compiler": "^6.0.3",
"@angular/compiler-cli": "^6.0.3",
"@angular/core": "^6.0.3",
"@angular/forms": "^6.0.3",
"@angular/platform-browser": "^6.0.3",
"@angular/platform-browser-dynamic": "^6.0.3",
"@angular/platform-server": "^6.0.3",
"@types/node": "^6.0.112",
"rxjs": "^6.2.0",
"typescript": "~2.7.2",
"zone.js": "^0.8.26"
},
"homepage": "https://github.com/xmaestro/angular2-recaptcha#readme"
}