forked from shuyu/angular-material-fileinput
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 962 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
{
"name": "lf-ng-md-file-input",
"version": "1.4.8",
"description": "angular material file input with more feature.",
"main": "./dist/lf-ng-md-file-input.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shuyu/angular-material-fileinput.git"
},
"keywords": [
"angular",
"material",
"file",
"input"
],
"author": "shuyu <lfshuyu@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/shuyu/angular-material-fileinput/issues"
},
"homepage": "https://github.com/shuyu/angular-material-fileinput#readme",
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.0",
"gulp-compass": "^2.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1"
},
"dependencies": {
"gulp": "^3.9.1",
"gulp-minify-css": "^1.2.4",
"gulp-uglify": "^1.5.3"
}
}