forked from Mawi137/ngx-image-cropper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 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
{
"name": "ngx-image-cropper",
"version": "0.2.5",
"description": "An image cropper for Angular",
"main": "./bundles/ngx-image-cropper.umd.js",
"module": "./ngx-image-cropper/ngx-image-cropper.es5.js",
"es2015": "./ngx-image-cropper/ngx-image-cropper.js",
"scripts": {
"transpile": "ngc",
"build": "ng-packagr -p ng-package.json",
"pack-lib": "npm pack ./dist",
"publish-lib": "npm publish ./dist"
},
"typings": "./ngx-image-cropper.d.ts",
"author": "Martijn Willekens",
"repository": {
"type": "git",
"url": "https://github.com/Mawi137/ngx-image-cropper.git"
},
"bugs": {
"url": "https://github.com/Mawi137/ngx-image-cropper/issues"
},
"homepage": "https://github.com/Mawi137/ngx-image-cropper",
"keywords": [
"angular",
"angular 2",
"angular 4",
"angular 5",
"image cropper"
],
"license": "MIT",
"peerDependencies": {
"@angular/common": "^2.4.0 || ^4.0.0 || ^5.0.0",
"@angular/core": "^2.4.0 || ^4.0.0 || ^5.0.0",
"@angular/platform-browser": "^2.4.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"@angular/common": "^5.2.7",
"@angular/compiler": "^5.2.7",
"@angular/compiler-cli": "^5.2.7",
"@angular/core": "^5.2.7",
"@angular/platform-browser": "^5.2.7",
"ng-packagr": "^1.2.0",
"rxjs": "5.5.2",
"typescript": "2.4.2",
"zone.js": "0.8.14"
}
}