forked from ThreatConnect-Inc/threatconnect-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 1.96 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"author": {
"name": "ThreatConnect Inc"
},
"bugs": {
"url": "https://www.threatconnect.com/contact/"
},
"contributors": [
{
"email": "bsummers@threatconnect.com",
"name": "Bracey Summers"
},
{
"email": "cblades@threatconnect.com",
"name": "Chris Blades"
}
],
"dependencies": {
"spaces-ng": "git+https://github.com/ThreatConnect-Inc/spaces-ng.git#feature/ng-4"
},
"description": "ThreatConnect SDK for Angular.",
"devDependencies": {
"@angular/common": "4.0.0",
"@angular/compiler": "4.0.0",
"@angular/core": "4.0.0",
"@angular/forms": "4.0.0",
"@angular/http": "4.0.0",
"@angular/platform-browser": "4.2.6",
"@angular/platform-browser-dynamic": "4.0.0",
"@angular/router": "4.0.0",
"@angular/upgrade": "4.0.0",
"@compodoc/compodoc": "^1.0.0-beta.14",
"@types/core-js": "^0.9.41",
"codelyzer": "^2.0.0-beta.4",
"core-js": "^2.4.0",
"grunt": "^1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-ts": "^6.0.0-beta.11",
"grunt-tslint": "^4.0.1",
"grunt-typedoc": "^0.2.4",
"grunt-typings": "^0.1.5",
"reflect-metadata": "^0.1.3",
"rxjs": "5.1.0",
"tslint": "4.4.2",
"typedocs": "^0.6.3",
"typescript": "2.1.5",
"zone.js": "^0.7.2"
},
"homepage": "https://github.com/ThreatConnect-Inc/threatconnect-ng",
"keywords": [
"ThreatConnect",
"SDK",
"API",
"angular"
],
"license": "Apache-2.0",
"main": "dist/main.js",
"maintainers": [
{
"email": "bsummers@threatconnect.com",
"name": "Bracey Summers"
},
{
"email": "cblades@threatconnect.com",
"name": "Chris Blades"
}
],
"name": "threatconnect-ng",
"optionalDependencies": {},
"peerDependencies": {},
"readme": "",
"repository": {
"type": "git",
"url": "https://github.com/ThreatConnect-Inc/threatconnect-ng"
},
"typings": "dist/main.d.ts",
"version": "0.2.0"
}