forked from pleerock/ngx-tooltip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.72 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
65
66
{
"name": "ng2-tooltip",
"version": "0.0.7",
"description": "Simple tooltip control 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/ng2-tooltip.git"
},
"bugs": {
"url": "https://github.com/pleerock/ng2-tooltip/issues"
},
"tags": [
"tooltip",
"angular2",
"typescript",
"angular2-tooltip"
],
"peerDependencies": {
"@angular/core": "^2.0.0"
},
"devDependencies": {
"@angular/common": "^2.3.1",
"@angular/compiler": "^2.3.1",
"@angular/compiler-cli": "^2.3.1",
"@angular/core": "^2.3.1",
"@angular/forms": "^2.3.1",
"@angular/platform-browser": "^2.3.1",
"@angular/platform-browser-dynamic": "^2.3.1",
"@angular/platform-server": "^2.0.1",
"@types/assertion-error": "^1.0.30",
"@types/chai": "^3.4.34",
"@types/es6-shim": "^0.31.32",
"@types/mocha": "^2.2.32",
"@types/node": "^6.0.45",
"bootstrap": "^3.3.7",
"chai": "^3.4.1",
"del": "^2.2.2",
"es6-promise": "^4.0.5",
"es6-shim": "^0.35.1",
"gulp": "^3.9.0",
"gulp-mocha": "^3.0.1",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-sourcemaps": "^1.7.3",
"gulp-tslint": "^6.1.2",
"gulp-typescript": "^3.0.2",
"gulpclass": "^0.1.1",
"mocha": "^3.1.2",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-rc.4",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0",
"systemjs": "0.19.39",
"tslint": "^3.15.1",
"tslint-stylish": "^2.1.0-beta",
"typescript": "^2.0.10",
"zone.js": "^0.7.2"
}
}