-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
45 lines (45 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
44
45
{
"name": "angular-datetime-inputs",
"version": "0.2.6",
"description": "UI elements for datetime input, converted to angular directives for your convenience.",
"homepage": "https://github.com/g1eb/angular-datetime-inputs#readme",
"author": "gleb",
"license": "MIT",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/g1eb/angular-datetime-inputs.git"
},
"bugs": {
"url": "https://github.com/g1eb/angular-datetime-inputs/issues"
},
"scripts": {
"build": "gulp build"
},
"dependencies": {
"angular-scroll-events": "^0.0.2"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-angular-embed-templates": "^2.2.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.2",
"gulp-uglify": "^1.5.3"
},
"peerDependencies": {
"moment": "^2.13.0",
"angular": "^1.5.6"
},
"keywords": [
"angular",
"angularjs",
"directive",
"date",
"time",
"datetime",
"input",
"picker",
"dateinput",
"timeinput"
]
}