-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 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
{
"name": "jclic-repo-utils",
"version": "1.0.1",
"description": "Miscellaneous utilities for sites built with jclic-repo",
"main": "app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/projectestac/jclic-repo-utils.git"
},
"keywords": [
"JClic",
"education",
"game",
"puzzle",
"activities",
"javascript",
"html5"
],
"author": "Francesc Busquets <[email protected]>",
"license": "EUPL-1.1",
"bugs": {
"url": "https://github.com/projectestac/jclic-repo-utils/issues"
},
"homepage": "https://github.com/projectestac/jclic-repo-utils#readme",
"dependencies": {
"amdefine": "^1.0.1",
"animated-gif-detector": "^1.2.0",
"chalk": "^5.3.0",
"cryptiles": "^4.1.3",
"export-to-csv": "^1.4.0",
"file-saver": "^2.0.5",
"get-folder-size": "5.0.0",
"glob": "^11.0.0",
"hoek": "^6.1.3",
"html-validator": "^6.0.1",
"jclic": "^2.1.23",
"jquery": "^3.7.1",
"jsdom": "^25.0.1",
"jszip": "^3.10.1",
"jszip-utils": "0.1.0",
"mock-browser": "^0.92.14",
"ncp": "^2.0.0",
"node-fetch": "^3.3.2",
"nwmatcher": "^1.4.4",
"promise": "^8.3.0",
"recursive-readdir": "^2.2.3",
"requirejs": "^2.3.7",
"sorted-array": "^2.0.4",
"xml": "^1.0.1",
"xml2js": "^0.6.2",
"xmldom": "^0.6.0"
},
"devDependencies": {
"mysql": "^2.18.1"
}
}