forked from saburab/angular-schema-form-nwp-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
36 lines (36 loc) · 852 Bytes
/
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
{
"name": "angular-schema-form-nwp-file-upload",
"version": "0.1.5",
"homepage": "https://github.com/saburab/angular-schema-form-nwp-file-upload",
"authors": [
"Sufian Abu-Rab <[email protected]>"
],
"dependencies": {
"angular": ">= 1.3",
"angular-schema-form": "=1.0.0-alpha.4",
"ng-file-upload": "file:///F:\\Programming\\GitHub\\krptodr\\ng-file-upload\\.git#master",
"angular-messages": ">= 1.3",
"angular-translate": "^2.13.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.js",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}