forked from dalelotts/angular-bootstrap-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.91 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "angular-bootstrap-datetimepicker",
"version": "0.3.15",
"description": "This directive allows you to add a datetime-picker to your form elements.",
"keywords": [
"anguar",
"calendar",
"date picker",
"date",
"directive",
"moment",
"time picker",
"time"
],
"author": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors",
"bugs": {
"url": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/issues"
},
"license": "MIT",
"homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
"main": "src/js/datetimepicker.js",
"dependencies": {
"angular": "^1.4.7",
"moment": "^2.10.6"
},
"devDependencies": {
"angular-mocks": "^1.4.7",
"autoprefixer": "^6.0.3",
"bootstrap": "^3.3.5",
"bower": "latest",
"csscomb": "^3.1.8",
"csslint": "^0.10.0",
"grunt": "^0.4.4",
"grunt-bump": "^0.6.0",
"gulp": "^3.8.11",
"gulp-csslint": "^0.2.0",
"gulp-jscs": "^3.0.0",
"gulp-jshint": "^1.11.2",
"gulp-postcss": "^6.0.1",
"gulp-sass": "^2.0.4",
"gulp-scss-lint": "^0.3.6",
"gulp-scss-lint-stylish": "^1.0.0",
"gulp-sourcemaps": "^1.6.0",
"jquery": "^2.1.4",
"jshint": "^2.6.0",
"jshint-stylish": "^2.0.1",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-coverage": "^0.5.0",
"karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-threshold-reporter": "^0.1.12",
"lodash": "^3.10.1",
"matchdep": "^1.0.0",
"phantomjs": "^1.9.18",
"plato": "^1.5.0",
"run-browser": "^2.0.2",
"tape": "^4.2.0"
},
"scripts": {
"test": "npm run test-browserify && gulp",
"test-browserify": "run-browser test/commonjs/browserify.test.js -b"
},
"repository": {
"type": "git",
"url": "git://github.com/dalelotts/angular-bootstrap-datetimepicker.git"
}
}