-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 839 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 839 Bytes
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
{
"name": "sbotics-files-manager",
"version": "1.4.3",
"description": "sBoticsFilesManager is an intelligent algorithm responsible for creating folders and saving files, developed for internal use in the sBotics simulator launcher",
"main": "index.js",
"bugs": "https://github.com/jvneto/sBoticsFilesManager/issues",
"repository": {
"url": "https://github.com/jvneto/sBoticsFilesManager.git",
"type": "git"
},
"author": "Julio Cesar <60150667+jvneto@users.noreply.github.com>",
"license": "GNU GPLv3",
"keywords": [
"sbotics"
],
"homepage": "https://sbotics.weduc.natalnet.br",
"files": [
"index.js"
],
"bin": {
"sBoticsFilesManager": "index.js"
},
"dependencies": {
"extend-shallow": "^3.0.2",
"fs-extra": "^10.0.0",
"shelljs": "^0.8.4",
"@xmcl/unzip": "^1.2.0"
}
}