-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
27 lines (27 loc) · 1005 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
{
"name": "@ng-bootstrap/ng-bootstrap",
"version": "1.0.0-alpha.20",
"description": "Angular 2 powered Bootstrap",
"keywords": "Angular 2 Angular2 Bootstrap autocomplete accordion alert buttons carousel collapse dropdown pagination popover progressbar rating tabset timepicker tooltip typeahead",
"author": "https://github.com/ng-bootstrap/ng-bootstrap/graphs/contributors",
"repository": {
"type": "git",
"url": "git+https://github.com/ng-bootstrap/ng-bootstrap.git"
},
"license": {
"type": "MIT",
"url": "https://raw.githubusercontent.com/ng-bootstrap/ng-bootstrap/master/LICENSE"
},
"bugs": {
"url": "https://github.com/ng-bootstrap/ng-bootstrap/issues"
},
"homepage": "https://github.com/ng-bootstrap/ng-bootstrap#readme",
"main": "bundles/ng-bootstrap.js",
"module": "index.js",
"typings": "index.d.ts",
"peerDependencies": {
"@angular/core": "^4.0.0-beta.6",
"@angular/common": "^4.0.0-beta.6",
"@angular/forms": "^4.0.0-beta.6"
}
}