forked from edcarroll/ng2-semantic-ui
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 921 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 921 Bytes
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
{
"name": "ng2-semantic-ui",
"version": "0.0.4",
"description": "Angular Semantic UI Components",
"repository": {
"type": "git",
"url": "https://github.com/edcarroll/ng2-semantic-ui/tree/master"
},
"bugs": {
"url": "https://github.com/edcarroll/ng2-semantic-ui/tree/master/issues"
},
"author": "https://github.com/edcarroll/ng2-semantic-ui/graphs/contributors",
"keywords": [
"angular",
"angular-components",
"semantic-ui",
"no-jquery",
"ui",
"typescript"
],
"license": "MIT",
"dependencies": {
"bowser": "^1.7.2",
"date-fns": "2.0.0-alpha.1",
"element-closest": "^2.0.2",
"extend": "^3.0.1",
"is-ua-webview": "^1.0.0",
"popper.js": "^1.14.0"
},
"peerDependencies": {
"@angular/common": ">= 6.0.0",
"@angular/compiler": ">= 6.0.0",
"@angular/core": ">= 6.0.0",
"@angular/forms": ">= 6.0.0",
"rxjs": "^6.0.0"
}
}