forked from psolom/RichFilemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 Bytes
/
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
{
"name": "@hkvstore/rich-filemanager",
"version": "3.1.0",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
"type": "git",
"url": "https://github.com/hkvstore/RichFilemanager.git"
},
"keywords": [
"filemanager",
"fileupload",
"manager",
"upload",
"file",
"rich",
"js",
"php"
],
"author": "Pavel Solomienko",
"license": "MIT",
"bugs": {
"url": "https://github.com/servocoder/RichFilemanager/issues"
},
"homepage": "https://github.com/servocoder/RichFilemanager#readme",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-cssmin": "^1.0.1",
"grunt-contrib-uglify": "^1.0.1",
"grunt-sass": "^2.1.0",
"npm-run-all": "^4.0.2",
"uglify-js": "^3.0.27"
}
}