15 lines
391 B
JSON
15 lines
391 B
JSON
{
|
|
"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"
|
|
}
|