forked from pleerock/ngx-popover
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.5 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
{
"name": "ng2-popover",
"version": "0.0.7",
"description": "Simple popover control for your angular2 applications using bootstrap3.",
"license": "MIT",
"readmeFilename": "README.md",
"private": true,
"author": {
"name": "Umed Khudoiberdiev",
"email": "pleerock.me@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/pleerock/ng2-popover.git"
},
"bugs": {
"url": "https://github.com/pleerock/ng2-popover/issues"
},
"tags": [
"popover",
"angular2",
"typescript",
"angular2-popover"
],
"peerDependencies": {
"@angular/core": "^2.0.0-rc.1"
},
"devDependencies": {
"@angular/common": "^2.0.0-rc.4",
"@angular/compiler": "^2.0.0-rc.4",
"@angular/core": "^2.0.0-rc.4",
"@angular/platform-browser": "^2.0.0-rc.4",
"@angular/platform-browser-dynamic": "^2.0.0-rc.4",
"bootstrap": "^3.3.7",
"chai": "^3.4.1",
"del": "^2.2.1",
"es6-promise": "^3.2.1",
"es6-shim": "^0.35.1",
"gulp": "^3.9.0",
"gulp-mocha": "^3.0.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^4.3.1",
"gulp-typescript": "^2.13.6",
"gulpclass": "^0.1.1",
"mocha": "^2.3.2",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"sinon": "^1.17.5",
"sinon-chai": "^2.8.0",
"systemjs": "0.19.36",
"tslint": "^3.14.0",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^1.8.2",
"typings": "^1.3.2",
"zone.js": "^0.6.12"
}
}