forked from joni2back/angular-filemanager
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.65 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
55
56
57
58
59
{
"name": "@azerafati/angularjs-filemanager",
"version": "2.1.3",
"description": "A very smart filemanager to manage your files in the browser.",
"main": "src/js/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "/usr/bin/php -S localhost:8080 & gulp",
"distribute": "gulp distribute"
},
"repository": {
"type": "git",
"url": "git+https://github.com/azerafati/angularjs-filemanager.git"
},
"keywords": [
"filemanager"
],
"author": "Alireza Zerafati based on excellent work from Jonas Sciangula Street",
"license": "MIT",
"bugs": {
"url": "https://github.com/azerafati/angular-filemanager/issues"
},
"files": [
"dist/*"
],
"homepage": "https://angularjs-filemanager.azerafati.com/",
"devDependencies": {
"@babel/core": "^7.8.4",
"@babel/preset-env": "^7.8.4",
"babel-eslint": "^10.0.3",
"browser-sync": "^2.26.3",
"connect-history-api-fallback": "^1.6.0",
"del": "^5.1.0",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^3.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-concat": "^2.6.1",
"gulp-eslint": "^6.0.0",
"gulp-header": "^2.0.9",
"gulp-htmlmin": "^5.0.1",
"gulp-iife": "^0.4.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.5",
"gulp-svg-sprite": "^1.5.0",
"gulp-uglify": "^3.0.2",
"gulp-useref": "^4.0.1",
"uglify-es": "^3.3.9"
},
"dependencies": {
"angular": "^1.7.9",
"angular-translate": "^2.18.2",
"bootstrap": "^4.4.1",
"jquery": "^3.4.0",
"ng-file-upload": "^12.2.13"
}
}