-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
38 lines (38 loc) · 1.05 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
{
"name": "ng2-bootstrap-modal",
"version": "1.0.2",
"description": "It is a library to make managment of bootstrap modal dialogs easier in Angular2",
"main": "index.js",
"scripts": {
"build": "rm -rf dist && ngc",
"win-build": "(if exist rd /s /q dist) && ngc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ankosoftware/ng2-bootstrap-modal.git"
},
"keywords": [
"angular2",
"bootstrap",
"dialog",
"modal"
],
"author": "Alexandr Vovchuk <[email protected]> (bikalay)",
"license": "MIT",
"bugs": {
"url": "https://github.com/ankosoftware/ng2-bootstrap-modal/issues"
},
"homepage": "https://github.com/ankosoftware/ng2-bootstrap-modal#readme",
"dependencies": {},
"devDependencies": {
"@angular/common": "^2.4.9",
"@angular/core": "^2.4.9",
"rxjs": "^5.0.3",
"zone.js": "^0.7.6",
"@angular/compiler": "^2.4.9",
"@angular/compiler-cli": "^2.4.9",
"@angular/platform-browser": "^2.4.9",
"@angular/platform-server": "^2.4.9",
"typescript": "^2.2.1"
}
}