forked from FezVrasta/bootstrap-material-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 123
/
package.json
38 lines (38 loc) · 933 Bytes
/
package.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
{
"name": "angular-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.5.1",
"keywords": [
"css",
"js",
"mobile-first",
"angular",
"material",
"angular-material",
"responsive",
"front-end",
"web"
],
"homepage": "http://logbon72.github.io/angular-material-datetimepicker/",
"main": "js/angular-material-datetimepicker.js",
"dependencies": {
"angular": "^1.5.10",
"angular-animate": "^1.5.10",
"angular-aria": "^1.5.10",
"angular-material": "^1.1.1",
"moment": "^2.17.1"
},
"repository": {
"type": "git",
"url": "https://github.com/logbon72/angular-material-datetimepicker"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-clean-css": "^2.3.2",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.1",
"pump": "^1.0.2",
"run-sequence": "^1.2.2"
}
}