-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.16 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"title": "FTQueue",
"name": "ftqueue",
"version": "1.0.0",
"description": "FTQueue – A queue, File uploader Javascript Library.",
"main": "lib/ftqueue.js",
"types": "lib/ftqueue.min.dist.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "npm install && grunt",
"start": "grunt start",
"test": "grunt && grunt test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jqrony/ftqueue.git"
},
"keywords": [
"ftqueue",
"queue",
"queue",
"uploader",
"file",
"uploader",
"queue",
"listed",
"library",
"api",
"xhr",
"upload",
"javascript"
],
"author": "Shahzada Modassir",
"license": "MIT",
"bugs": {
"url": "https://github.com/jqrony/ftqueue/issues"
},
"homepage": "https://github.com/jqrony/ftqueue#readme",
"commitplease": {
"components": [
"each",
"buildParam",
"compileAndFilterFileTypes",
"ajaxSetup",
"extend",
"memory",
"Promise",
"Deffered",
"compile",
"addQueue",
"ajaxSettings",
"ajaxEvent",
"AjaxEvent",
"add",
"ajaxTransport"
]
}
}