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
| {
| "name": "angular-bootstrap-datetimepicker",
| "version": "0.3.11",
| "description": "This directive allows you to add a datetime-picker to your form.",
| "author": "https://github.com/dalelotts/angular-bootstrap-datetimepicker/graphs/contributors",
| "license": "MIT",
| "homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
| "main": [
| "./src/js/datetimepicker.js",
| "./src/css/datetimepicker.css"
| ],
| "ignore": [
| "**/.*",
| "bower_components",
| "demo*",
| "Gruntfile.js",
| "gulpfile.js",
| "karma.conf.js",
| "node_modules",
| "package.json",
| "paths.js",
| "screenshots",
| "test*"
| ],
| "dependencies": {
| "angular": "~1.3.14",
| "moment": "^2.8.4"
| },
| "devDependencies": {
| "angular-mocks": "~1.3.14",
| "bootstrap": "^3.3.1",
| "jquery": "^2.1.3"
| },
| "_release": "0.3.11",
| "_resolution": {
| "type": "version",
| "tag": "0.3.11",
| "commit": "d2f271b92b3ccdf9cbc8473c0c1360284f48ec5d"
| },
| "_source": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git",
| "_target": "~0.3.11",
| "_originalSource": "angular-bootstrap-datetimepicker",
| "_direct": true
| }
|
|