Skip to content

Commit 9cdd652

Browse files
committed
add package.json
1 parent cb14eeb commit 9cdd652

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "ng-file-upload",
3+
"version": "12.2.15",
4+
"main": "ng-file-upload.js",
5+
"homepage": "https://github.com/danialfarid/ng-file-upload",
6+
"dependencies": {
7+
"angular": ">1.2.0"
8+
},
9+
"authors": [
10+
"danialf <[email protected]>"
11+
],
12+
"description": "Lightweight Angular JS directive to upload files. Support drag&drop, paste image, progress and abort",
13+
"ignore": [],
14+
"license": "MIT"
15+
}

0 commit comments

Comments
 (0)