-
Notifications
You must be signed in to change notification settings - Fork 251
/
package.json
39 lines (39 loc) · 932 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
36
37
38
39
{
"name": "rich-filemanager",
"version": "2.7.6",
"description": "Highly customizable open-source file manager",
"main": "scripts/filemanager.js",
"repository": {
"type": "git",
"url": "git+https://github.com/servocoder/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"
},
"dependencies": {
"node-sass": "^4.9.0",
"sass": "^1.0.0-beta.5.3"
}
}