forked from subramaniam-s17/angularjs-datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
28 lines (28 loc) · 698 Bytes
/
bower.json
File metadata and controls
28 lines (28 loc) · 698 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
{
"name": "angularjs-datetime-picker-v2",
"main": "angularjs-datetime-picker.js",
"version": "0.2.0",
"homepage": "https://github.com/mani-s17/angularjs-datetime-picker",
"authors": [
"Subramaniam Srinivasan <subramaniam.s17@gmail.com>"
],
"description": "AngularJs Date / Datetime picker for your INPUT tag. This project is forked from https://github.com/kineticsocial/angularjs-datetime-picker an inactive project.",
"keywords": [
"Angular",
"Javascript",
"Date",
"Datetime",
"UI"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"angular": "~1.4.4"
}
}