forked from sebholstein/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
86 lines (86 loc) · 2.37 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "angular2-google-maps",
"version": "0.12.1",
"description": "Angular 2 components for Google Maps",
"repository": {
"type": "git",
"url": "https://github.com/SebastianM/angular2-google-maps.git"
},
"keywords": [
"angular2",
"google-maps",
"ng2",
"maps"
],
"scripts": {
"postinstall": "typings install",
"ci": "gulp build && gulp test"
},
"author": "Sebastian Müller <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SebastianM/angular2-google-maps/issues"
},
"homepage": "https://github.com/SebastianM/angular2-google-maps#readme",
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"babel-eslint": "6.0.4",
"clang-format": "1.0.42",
"del": "2.2.0",
"eslint": "^2.9.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"gulp": "3.9.1",
"gulp-bump": "2.1.0",
"gulp-clang-format": "1.0.23",
"gulp-connect": "4.1.0",
"gulp-conventional-changelog": "1.1.0",
"gulp-eslint": "3.0.1",
"gulp-git": "1.8.0",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "1.2.4",
"gulp-rename": "1.2.2",
"gulp-shell": "0.5.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "5.0.0",
"gulp-typescript": "^2.13.4",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "1.0.1",
"karma-jasmine": "1.0.2",
"merge2": "1.0.2",
"replace": "0.3.0",
"require-dir": "0.3.0",
"rollup": "0.32.0",
"run-sequence": "1.2.2",
"systemjs": "0.19.29",
"tslint": "3.13.0",
"typescript": "1.8.10",
"typings": "1.0.4",
"watchify": "3.7.0"
},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"es6-shim": "^0.35.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
}
}
}