diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..f7a1dcf --- /dev/null +++ b/bower.json @@ -0,0 +1,38 @@ +{ + "name": "angular-schema-form-admdatepicker", + "authors": [ + "s.mohsen.bazghandi " + ], + "version": "1.0.0", + "description": "this is for rtl language", + "main": [ + "bootstrap-datepicker.js" + ], + "keywords": [ + "angular-schema-form", + "schema-form", + "form", + "json", + "json-schema", + "schema", + "shamsi", + "jalali", + "persian" + ], + "dependencies": { + "adm-dtp": "*" + }, + "devDependencies": { + "angular-schema-form": ">= 0.8", + "angular-mocks": ">= 1.2" + }, + "license": "MIT", + "homepage": "https://github.com/SMohsenBazghandi/angular-schema-form-admdatepicker", + "ignore": [ + "**/.*", + "node_modules", + "bower_components", + "test", + "tests" + ] +}