-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
54 lines (54 loc) · 1.3 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
{
"name": "@syncfusion/ej2-filemanager-node-filesystem",
"version": "18.1.52",
"description": "Essential JS 2 File Manager Node FileSystem",
"author": "Syncfusion Inc.",
"license": "SEE LICENSE IN license",
"keywords": [
"ej2",
"syncfusion",
"ej2 file manager",
"Nodejs",
"File system",
"File explorer",
"File access rule",
"File system provider",
"Local/physical file storage",
"Folders/directory",
"file path",
"file upload",
"File access permission",
"file browser",
"folder drag and drop"
],
"repository": {
"type": "git",
"url": "https://github.com/SyncfusionExamples/ej2-filemanager-node-filesystem"
},
"dependencies": {
"archiver": "^3.0.0",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-rate-limit": "^5.3.0",
"file-system": "^2.2.2",
"gulp": "^4.0.2",
"jshint-stylish": "^2.2.1",
"multer": "^1.4.1",
"path": "^0.12.7",
"yargs": "^14.2.0"
},
"devDependencies": {
"gulp-jshint": "^2.1.0",
"jshint": "^2.10.2",
"gulp": "^4.0.2",
"require-dir": "^0.3.2",
"requirejs": "^2.2.0",
"shelljs": "^0.8.5"
},
"scripts": {
"test": "gulp lint",
"start": "node filesystem-server.js -d C:/Users",
"ci-publish": "gulp publish"
}
}