-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.25 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
44
{
"name": "angular-captcha",
"version": "3.7.2",
"description": "BotDetect CAPTCHA Angular Module (TypeScript: Angular 2/4/5/6/7/8+)",
"scripts": {
"clean": "rimraf *.d.ts *.js *.map *.metadata.json src/**/*.d.ts src/**/*.js src/**/*.map src/**/*.metadata.json src/**/*.js.map",
"build": "ngc -p tsconfig.json",
"lint": "tslint --project tsconfig.json src/**/*.ts",
"prepublish": "ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/captcha-com/angular-captcha.git"
},
"author": "BotDetect Captcha",
"bugs": {
"url": "https://captcha.com/support"
},
"homepage": "https://captcha.com/angular-captcha.html#angular:2+",
"keywords": [
"captcha",
"angular captcha",
"captcha generator",
"angular captcha module",
"botdetect"
],
"main": "index.js",
"dependencies": {},
"devDependencies": {
"@angular/common": "^4.0.0",
"@angular/compiler": "^4.0.0",
"@angular/compiler-cli": "^4.0.0",
"@angular/core": "^4.0.0",
"@angular/forms": "^4.0.0",
"@angular/http": "^4.0.0",
"@angular/platform-browser": "^4.0.0",
"codelyzer": "^3.2.0",
"rimraf": "^2.6.2",
"rxjs": "^5.5.2",
"tslint": "^5.1.0",
"typescript": "^2.4.2",
"zone.js": "^0.8.14"
}
}