forked from AckerApple/angular-file
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.11 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
{
"main": "index.js",
"version": "1.3.2",
"description": "Easy to use Angular directives for user file selections",
"module": "index.js",
"typings": "index.d.ts",
"keywords": [
"Angular",
"ng files",
"file-upload",
"ng-file-upload",
"ng2-file-upload",
"angular-file-upload"
],
"author": "Acker Apple",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/ackerapple/angular-file.git"
},
"name": "angular-file",
"contributors": [
{
"name": "Vyacheslav Chub",
"email": "[email protected]",
"url": "https://github.com/buchslava"
},
{
"name": "Dmitriy Shekhovtsov",
"email": "[email protected]",
"url": "https://github.com/valorkin"
},
{
"name": "Adrian Faciu",
"email": "[email protected]",
"url": "https://github.com/adrianfaciu"
},
{
"name": "Oleksandr Telnov",
"email": "[email protected]",
"url": "https://github.com/otelnov"
},
{
"name": "Acker Apple",
"url": "https://github.com/ackerapple"
}
]
}