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
| {
| "name": "angular-ui-date",
| "version": "0.0.7",
| "description": "This directive allows you to add a date-picker to your form elements.",
| "author": "https://github.com/angular-ui/ui-date/graphs/contributors",
| "license": "MIT",
| "homepage": "http://angular-ui.github.com/ui-date",
| "main": "./src/date.js",
| "ignore": [
| "**/.*",
| "node_modules",
| "bower_components",
| "test*",
| "demo*",
| "gruntFile.js",
| "package.json"
| ],
| "dependencies": {
| "angular": "~1.x",
| "jquery-ui": "^1.9"
| },
| "devDependencies": {
| "angular-mocks": "~1.x"
| }
| }
|
|