-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
60 lines (60 loc) · 1.63 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
{
"name": "angular2-tooltip",
"version": "3.1.0",
"description": "Angular2 Tooltip component",
"main": "index.js",
"scripts": {
"pretest": "rm -rf dist ; webpack",
"test": "webpack-dev-server"
},
"dependencies": {},
"peerDependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/core": "2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3"
},
"devDependencies": {
"@angular/common": "2.4.3",
"@angular/compiler": "2.4.3",
"@angular/core": "2.4.3",
"@angular/http": "2.4.3",
"@angular/platform-browser": "2.4.3",
"@angular/platform-browser-dynamic": "2.4.3",
"core-js": "2.4.0",
"css-loader": "^0.26.1",
"es6-shim": "^0.35.3",
"extract-text-webpack-plugin": "^1.0.1",
"html-webpack-plugin": "^2.28.0",
"raw-loader": "^0.5.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.3",
"ts-loader": "^2.0.0",
"typescript": "^2.1.5",
"typings": "^2.1.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-merge": "^2.6.1",
"zone.js": "0.7.4",
"@types/node": "7.0.0",
"@types/source-map": "0.5.0",
"@types/webpack": "2.1.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bharatraj88/angular2-tooltip.git"
},
"keywords": [
"angular2",
"tooltip",
"ng2"
],
"author": "Bharat Raj <bharatraj.arutla@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/bharatraj88/angular2-tooltip/issues"
},
"homepage": "https://github.com/bharatraj88/angular2-tooltip#readme"
}