-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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
{
"name": "ftp-filemanager",
"version": "1.0.0",
"description": "An open source FTP filemanager website with modern interface without any framework",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ELAMRANI744/ftp-filemanager.git"
},
"keywords": [
"ftp",
"filemanager",
"website"
],
"authors": [
{
"name": "El Amrani Chakir",
"email": "elamrani.sv.laza@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ELAMRANI744/ftp-filemanager/issues"
},
"homepage": "https://github.com/ELAMRANI744/ftp-filemanager#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.5.2",
"gulp": "^3.9.0",
"gulp-autoprefixer": "^7.0.1",
"gulp-livereload": "^4.0.2",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^4.1.0",
"gulp-sourcemaps": "^2.6.5",
"gulp-uglify": "^3.0.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}