forked from joni2back/angular-filemanager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 866 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
{
"name": "angular-filemanager",
"version": "1.5.1",
"description": "A very smart filemanager to manage your files in the browser.",
"main": "src/app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/joni2back/angular-filemanager.git"
},
"keywords": [
"filemanager"
],
"author": "Jonas Sciangula Street",
"license": "MIT",
"bugs": {
"url": "https://github.com/joni2back/angular-filemanager/issues"
},
"homepage": "https://github.com/joni2back/angular-filemanager#readme",
"devDependencies": {
"bower": "^1.7.9",
"gulp": "^3.9.1",
"gulp-angular-templatecache": "^1.8.0",
"gulp-concat": "^2.6.0",
"gulp-clean-css": "^2.0.7",
"gulp-uglify": "^1.5.3",
"gulp-eslint": "^2.0.0",
"del": "^2.2.0"
}
}