-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 795 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 795 Bytes
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
{
"name": "angular-file-input",
"version": "1.0.2",
"description": "A simple module for Angular 1 which allows ng-model to be used with file inputs.",
"main": "dist/angular-file-input.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greenygh0st/angular-file-input.git"
},
"keywords": [
"angular",
"files"
],
"author": "Dale Myszewski <dale@daleslab.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/greenygh0st/angular-file-input/issues"
},
"homepage": "https://github.com/greenygh0st/angular-file-input#readme",
"dependencies": {
"angular": "^1.6.4"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-minify": "^1.0.0"
}
}