Initial commit

This commit is contained in:
Senad Uka
2018-06-11 11:09:35 +02:00
commit ed7df7b11f
1954 changed files with 483354 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "ng-file-upload",
"main": "ng-file-upload.js",
"homepage": "https://github.com/danialfarid/ng-file-upload",
"dependencies": {
"angular": ">1.2.0"
},
"authors": [
"danialf <danial.farid@gmail.com>"
],
"description": "Lightweight Angular JS directive to upload files. Support drag&drop, paste image, progress and abort",
"ignore": [],
"license": "MIT"
}