forked from svkarpovich/ui-carousel
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.47 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.47 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
{
"author": {
"name": "Bougarfaoui El Houcine",
"email": "bougarfaoui.el.houcine@gmail.com"
},
"bugs": {
"url": "https://github.com/crexi-dev/ui-carousel/issues"
},
"description": "✨ Carousel component for angular 9+",
"devDependencies": {
"@angular/animations": "11.2.6",
"@angular/cli": "^11.2.4",
"@angular/common": "11.2.6",
"@angular/compiler": "11.2.6",
"@angular/compiler-cli": "11.2.6",
"@angular/core": "11.2.6",
"@angular/forms": "11.2.6",
"@angular/language-service": "11.2.6",
"@angular/platform-browser": "11.2.6",
"@angular/platform-browser-dynamic": "11.2.6",
"@angular/router": "11.2.6",
"@types/jasmine": "~2.5.53",
"@types/jasminewd2": "~2.0.2",
"@types/node": "^12.12.47",
"codelyzer": "~3.2.0",
"core-js": "^2.6.5",
"rxjs": "^6.6.6",
"ts-node": "~9.1.1",
"tslint": "~6.1.3",
"typescript": "~4.0.3",
"zone.js": "^0.11.4"
},
"homepage": "https://github.com/crexi-dev/ui-carousel#readme",
"jsnext:main": "./dist/index.js",
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist/index.js",
"name": "@crexi-dev/ui-carousel",
"repository": {
"type": "git",
"url": "git+https://github.com/crexi-dev/ui-carousel.git"
},
"scripts": {
"prengc": "ngcc --create-ivy-entry-points",
"ngc": "ngc -p tsconfig-aot.json"
},
"tags": [
"angular",
"carousel",
"typescript"
],
"types": "./dist/index.d.ts",
"version": "0.2.3"
}