-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathusedSoftware.json
More file actions
32 lines (32 loc) · 1.18 KB
/
usedSoftware.json
File metadata and controls
32 lines (32 loc) · 1.18 KB
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
[
{
"name" : "jQuery",
"urls" : [ "https://jquery.com/", "https://github.com/jquery/jquery" ],
"license" : "https://github.com/jquery/jquery/blob/master/LICENSE.txt"
},
{
"name" : "jqueryui",
"urls" : [ "http://jqueryui.com/", "https://github.com/jquery/jqueryui.com" ],
"license" : "https://github.com/jquery/jqueryui.com/blob/master/LICENSE.txt"
},
{
"name" : "JSZip",
"urls" : [ "https://stuk.github.io/jszip/", "https://github.com/Stuk/jszip" ],
"license" : "https://github.com/Stuk/jszip/blob/master/LICENSE.markdown"
},
{
"name" : "HaXe",
"urls" : [ "http://haxe.org/", "https://github.com/HaxeFoundation/haxe" ],
"license" : "https://haxe.org/foundation/open-source.html"
},
{
"name" : "momentjs",
"urls" : [ "http://momentjs.com/", "https://github.com/moment/moment/" ],
"license" : "https://github.com/moment/moment/blob/develop/LICENSE"
},
{
"name" : "FileSaver.js",
"urls" : [ "https://github.com/eligrey/FileSaver.js/" ],
"license" : "https://github.com/eligrey/FileSaver.js/blob/master/LICENSE.md"
}
]