This repository has been archived by the owner on Nov 24, 2017. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
/
package.json
64 lines (64 loc) · 1.62 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
{
"name": "ngx-modal",
"version": "0.0.29",
"description": "Open modal window (dialog box) for your angular2 applications using bootstrap3.",
"license": "MIT",
"readmeFilename": "README.md",
"private": true,
"author": {
"name": "Umed Khudoiberdiev",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/ngx-modal.git"
},
"bugs": {
"url": "https://github.com/pleerock/ngx-modal/issues"
},
"tags": [
"modal",
"angular2",
"typescript",
"angular2-modal"
],
"peerDependencies": {
"@angular/core": "^2.0.0",
"@angular/router": "^3.0.0"
},
"devDependencies": {
"@angular/common": "^2.4.3",
"@angular/compiler": "^2.4.3",
"@angular/compiler-cli": "^2.4.3",
"@angular/router": "^3.4.3",
"@angular/core": "^2.4.3",
"@angular/forms": "^2.4.3",
"@angular/platform-browser": "^2.4.3",
"@angular/platform-browser-dynamic": "^2.4.3",
"@types/node": "^7.0.0",
"bootstrap": "^3.3.7",
"chai": "^3.4.1",
"del": "^2.2.2",
"es6-shim": "^0.35.2",
"gulp": "^3.9.0",
"gulp-file": "^0.3.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.0",
"gulpclass": "^0.1.1",
"mocha": "^3.2.0",
"reflect-metadata": "0.1.9",
"rxjs": "^5.0.3",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"systemjs": "0.19.42",
"tslint": "^4.3.1",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^2.1.5",
"zone.js": "^0.7.6"
}
}