-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
76 lines (76 loc) · 1.81 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "@senzil/angular-datetime-range",
"version": "1.0.2",
"description": "UI widget for datetime range input, converted to an angular directive for your convenience.",
"main": "index.js",
"dependencies": {
"angular": "^1.6.5",
"moment": "^2.18.1",
"moment-range": "^3.0.3",
"moment-timezone": "^0.5.13"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-env": "^1.6.0",
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-cssnano": "^2.1.2",
"gulp-debug": "^3.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-plumber": "^1.1.0",
"gulp-uglify": "^3.0.0",
"run-sequence": "^2.0.0",
"webpack": "^3.0.0",
"webpack-stream": "^3.2.0"
},
"peerDependencies": {
"angular": ">1.4.0",
"moment": ">2.0.0",
"moment-timezone": ">0.5.0",
"moment-range": ">3.0.0"
},
"scripts": {
"build": "gulp build",
"preversion": "gulp build",
"prepublish": "gulp build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/senzil/angular-datetime-range.git"
},
"keywords": [
"angular",
"angularjs",
"directive",
"date",
"time",
"datetime",
"range",
"daterange",
"datepair",
"input",
"picker",
"dateinput",
"timeinput"
],
"author": {
"name": "SENZIL SRL",
"email": "[email protected]",
"web": "https://www.senzil.com"
},
"collaborators": [
{
"name": "Pablo González",
"email": "[email protected]",
"web": "https://github.com/pablodgonzalez"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/senzil/angular-datetime-range/issues"
},
"homepage": "https://github.com/senzil/angular-datetime-range#readme"
}