forked from ribizli/ng2-imageupload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 925 Bytes
/
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
{
"name": "ng2-imageupload",
"version": "1.2.1",
"description": "A component which resizes the selected input file image",
"main": "index.js",
"scripts": {
"watch": "tsc -w",
"prepublish": "tsc",
"clean": "rimraf src/**/*.js* src/**/*.d.ts index.js* index.d.ts"
},
"tags": [
"ng2",
"angular2",
"image resize",
"image upload"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ribizli/ng2-imageupload.git"
},
"author": "[email protected]",
"license": "MIT",
"bugs": {
"url": "https://github.com/ribizli/ng2-imageupload/issues"
},
"homepage": "https://github.com/ribizli/ng2-imageupload#readme",
"devDependencies": {
"@angular/core": "^2.0.1",
"rimraf": "^2.5.4",
"rxjs": "5.0.0-beta.12",
"typescript": "^2.0.3",
"zone.js": "^0.6.25"
},
"dependencies": {},
"peerDependencies": {
"@angular/core": "^2.0.1"
}
}