-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
43 lines (43 loc) · 1.01 KB
/
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
43
{
"name": "extended-datetimepicker",
"version": "1.0.10",
"description": "Basic date time picker with ability to disable set of continuous or non-continuous date sets.",
"homepage": "http://rawgit.com/amittkSharma/extended-datetimepicker/master/index.html",
"main": "js/angular-material-datetimepicker.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"datetimepicker",
"calendar",
"angular",
"material",
"angular-material",
"front-end",
"web",
"momentjs",
"angular datetimepicker",
"angular datetime picker",
"angular calendar"
],
"ignore": [
"/.*",
"_config.yml",
"CNAME",
"composer.json",
"CONTRIBUTING.md",
"docs",
"js/tests",
"test-infra"
],
"dependencies": {
"moment": "2.20.0",
"angular-material": "1.1.5"
},
"repository": {
"type": "git",
"url": "https://github.com/amittkSharma/extended-datetimepicker"
},
"author": "Amitt K Sharma",
"license": "MIT"
}