forked from sebholstein/angular-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.95 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 1.95 KB
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
{
"name": "angular2-google-maps",
"version": "0.9.0",
"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"
},
"author": "Sebastian Müller <info@sebastian-mueller.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/SebastianM/angular2-google-maps/issues"
},
"homepage": "https://github.com/SebastianM/angular2-google-maps#readme",
"dependencies": {
"angular2": "^2.0.0-beta.11",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.4"
},
"devDependencies": {
"babel-eslint": "4.1.8",
"del": "2.2.0",
"eslint": "2.4.0",
"eslint-config-airbnb": "1.0.0",
"eslint-plugin-react": "4.2.1",
"gulp": "3.9.1",
"gulp-bump": "2.0.1",
"gulp-clang-format": "1.0.23",
"gulp-connect": "3.2.0",
"gulp-conventional-changelog": "1.0.1",
"gulp-eslint": "1.1.1",
"gulp-git": "1.7.0",
"gulp-header": "^1.7.1",
"gulp-load-plugins": "1.1.0",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "1.6.0",
"gulp-tslint": "4.3.3",
"gulp-typescript": "2.12.1",
"jasmine-core": "2.4.1",
"karma": "0.13.22",
"karma-chrome-launcher": "0.2.2",
"karma-jasmine": "0.3.8",
"merge2": "1.0.1",
"replace": "0.3.0",
"require-dir": "0.3.0",
"run-sequence": "1.1.5",
"systemjs": "0.19.23",
"systemjs-builder": "0.15.13",
"tslint": "3.6.0",
"typescript": "1.8.9",
"typings": "0.7.7"
},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"angular2": "^2.0.0-beta.11",
"es6-promise": "^3.0.2",
"es6-shim": "^0.35.0",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "^0.6.4"
}
}
}