-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.19 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
{
"name": "angular2-google-maps",
"version": "0.13.0",
"description": "Angular 2 components for Google Maps",
"repository": {
"type": "git",
"url": "git+https://github.com/SebastianM/angular2-google-maps.git"
},
"keywords": [
"angular2",
"google-maps",
"ng2",
"maps"
],
"author": {
"name": "Sebastian Müller",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/SebastianM/angular2-google-maps/issues"
},
"homepage": "https://github.com/SebastianM/angular2-google-maps#readme",
"dependencies": {},
"jspm": {
"jspmNodeConversion": false,
"dependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.11",
"zone.js": "0.6.17"
}
},
"peerDependencies": {
"@angular/common": "2.0.0-rc.6",
"@angular/compiler": "2.0.0-rc.6",
"@angular/core": "2.0.0-rc.6",
"@angular/platform-browser": "2.0.0-rc.6",
"@angular/platform-browser-dynamic": "2.0.0-rc.6",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.11",
"zone.js": "0.6.17"
},
"_id": "[email protected]",
"scripts": {},
"_shasum": "33e45d5d03485cd4e2eba28a8fe0d3dc5fe8f873",
"_from": "[email protected]",
"_npmVersion": "3.8.6",
"_nodeVersion": "5.11.1",
"_npmUser": {
"name": "sebastianm",
"email": "[email protected]"
},
"dist": {
"shasum": "33e45d5d03485cd4e2eba28a8fe0d3dc5fe8f873",
"tarball": "https://registry.npmjs.org/angular2-google-maps/-/angular2-google-maps-0.13.0.tgz"
},
"maintainers": [
{
"name": "sebastianm",
"email": "[email protected]"
}
],
"_npmOperationalInternal": {
"host": "packages-12-west.internal.npmjs.com",
"tmp": "tmp/angular2-google-maps-0.13.0.tgz_1471292670349_0.3250076361000538"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/angular2-google-maps/-/angular2-google-maps-0.13.0.tgz",
"readme": "ERROR: No README data found!"
}