forked from beenote/angular-material-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1007 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
39
40
41
42
{
"name": "ng-material-datetimepicker",
"description": "A datetime picker for AngularJS Material",
"version": "1.16.0",
"keywords": [
"css",
"js",
"mobile-first",
"angular",
"material",
"angular-material",
"responsive",
"front-end",
"web"
],
"homepage": "https://beenote.github.io/angular-material-datetimepicker/",
"main": "js/angular-material-datetimepicker.js",
"scripts": {
"dev": "lite-server"
},
"dependencies": {
"angular": "^1.6.10",
"angular-animate": "^1.6.10",
"angular-aria": "^1.6.10",
"angular-material": "^1.1.8",
"angular-messages": "^1.6.10",
"moment": "^2.22.1"
},
"repository": {
"type": "git",
"url": "https://github.com/beenote/angular-material-datetimepicker"
},
"devDependencies": {
"gulp": "^4.0.0",
"gulp-clean-css": "^3.9.4",
"gulp-rename": "^1.2.3",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"lite-server": "^2.3.0",
"pump": "^3.0.0"
}
}