-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.77 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
{
"_from": "@ngu/carousel",
"_id": "@ngu/carousel@1.4.8",
"_inBundle": false,
"_integrity": "sha512-3Eq8gawkveOaSOyNLpRTuSFBBWae1mx93/9qxdmgkAjBeDW5K62rCH1VdbZ7YMTWfLctXAldLrBUBCi3b29Upg==",
"_location": "/@ngu/carousel",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "@ngu/carousel",
"name": "@ngu/carousel",
"escapedName": "@ngu%2fcarousel",
"scope": "@ngu",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/@ngu/carousel/-/carousel-1.4.8.tgz",
"_shasum": "102a2472e319fa2c048d59b5c1c347f2ef60f922",
"_spec": "@ngu/carousel",
"_where": "C:\\Users\\Furieux\\PhpstormProjects\\pdt\\public\\app",
"author": {
"name": "Sheik Althaf"
},
"bugs": {
"url": "https://github.com/sheikalthaf/ngu-carousel/issues"
},
"bundleDependencies": false,
"deprecated": false,
"description": "Angular universal carousel.",
"homepage": "https://github.com/sheikalthaf/ngu-carousel#readme",
"keywords": [
"angular",
"angular2",
"angular 2",
"angular 4",
"rescarousel",
"ng-rescarousel",
"ng-resCarousel",
"responsive carousel",
"carousel",
"angular carousel",
"slider"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/sheikalthaf/ngu-carousel/blob/master/LICENSE"
}
],
"main": "bundles/ngucarousel.umd.js",
"module": "index.js",
"name": "@ngu/carousel",
"peerDependencies": {
"@angular/core": ">=4.0.0",
"@angular/common": ">=4.0.0",
"rxjs": ">=5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sheikalthaf/ngu-carousel.git"
},
"typings": "index.d.ts",
"version": "1.4.8"
}