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
| {
| "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"
| },
| "_release": "0.0.7",
| "_resolution": {
| "type": "version",
| "tag": "0.0.7",
| "commit": "1480fb1990c512d85edb0830e997e0d16eea59d7"
| },
| "_source": "git://github.com/angular-ui/ui-date.git",
| "_target": "~0.0.7",
| "_originalSource": "angular-ui-date",
| "_direct": true
| }
|
|