forked from saburab/angular-schema-form-nwp-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.bower.json
43 lines (43 loc) · 1.03 KB
/
.bower.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
{
"name": "angular-schema-form-nwp-file-upload",
"homepage": "https://github.com/saburab/angular-schema-form-nwp-file-upload",
"authors": [
"Sufian Abu-Rab <[email protected]>"
],
"dependencies": {
"angular": ">= 1.3",
"angular-schema-form": ">= 0.8.3",
"ng-file-upload": "^7.2.1"
},
"devDependencies": {
"bootstrap": "~3.3.5"
},
"description": "Upload file type for Angular Schema Form",
"keywords": [
"angular",
"angularjs",
"schema",
"form",
"file",
"upload"
],
"main": "dist/schema-form-file.min.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"_release": "6c26056",
"_resolution": {
"type": "branch",
"branch": "master",
"commit": "6c26056fdb9060c45d1d091edd5275fc074d8e16"
},
"_source": "https://github.com/saburab/angular-schema-form-nwp-file-upload.git",
"_target": "*",
"_originalSource": "https://github.com/saburab/angular-schema-form-nwp-file-upload.git",
"_direct": true
}