-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 822 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 822 Bytes
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
{
"name": "fng-ui-date",
"version": "0.12.0-beta.328",
"description": "Angular UI date plugin for forms-angular. Doesn't do anything apart from drag in components.",
"main": "fng-ui-date.js",
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/forms-angular/fng-ui-date.git"
},
"keywords": [
"forms-angular"
],
"dependencies": {
"angular-ui-date": "git://github.com/angular-ui/ui-date.git#bf9cedfe54a61a05270606a94ac9044efb6bdeec",
"jquery": "^3.7.1",
"jquery-ui": "^1.13.3"
},
"author": "Mark Chapman <support@forms-angular.org>",
"license": "MIT",
"bugs": {
"url": "https://github.com/forms-angular/fng-ui-date/issues"
},
"homepage": "https://github.com/forms-angular/fng-ui-date#readme"
}