|
19 | 19 | "license": "MIT",
|
20 | 20 | "homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker",
|
21 | 21 | "main": "index.js",
|
| 22 | + "style": "src/css/datetimepicker.css", |
| 23 | + "scss": "src/scss/datetimepicker.scss", |
22 | 24 | "dependencies": {
|
23 | 25 | "angular": "^1.5.8",
|
24 |
| - "moment": "^2.15.1" |
| 26 | + "moment": "^2.16.0" |
25 | 27 | },
|
26 | 28 | "devDependencies": {
|
27 | 29 | "angular-date-time-input": "^1.2.1",
|
28 | 30 | "angular-mocks": "^1.5.8",
|
29 |
| - "autoprefixer": "^6.5.1", |
| 31 | + "autoprefixer": "^6.5.3", |
30 | 32 | "bootstrap": "^3.3.7",
|
31 | 33 | "commitizen": "^2.8.6",
|
32 | 34 | "coveralls": "^2.11.14",
|
33 | 35 | "csscomb": "^3.1.8",
|
34 |
| - "csslint": "^1.0.3", |
| 36 | + "csslint": "^1.0.4", |
35 | 37 | "cz-conventional-changelog": "^1.2.0",
|
36 | 38 | "del": "^2.2.2",
|
37 |
| - "eslint": "^3.8.1", |
| 39 | + "eslint": "^3.9.1", |
38 | 40 | "gulp": "^3.9.1",
|
39 | 41 | "gulp-angular-templatecache": "^2.0.0",
|
40 | 42 | "gulp-csscomb": "^3.0.8",
|
41 | 43 | "gulp-csslint": "^1.0.0",
|
42 | 44 | "gulp-htmlmin": "^3.0.0",
|
43 | 45 | "gulp-jscs": "^4.0.0",
|
44 |
| - "gulp-jshint": "^2.0.1", |
| 46 | + "gulp-jshint": "^2.0.2", |
45 | 47 | "gulp-postcss": "^6.2.0",
|
46 | 48 | "gulp-sass": "^2.3.2",
|
47 | 49 | "gulp-scss-lint": "^0.4.0",
|
48 | 50 | "gulp-scss-lint-stylish": "^1.0.1",
|
49 |
| - "gulp-sourcemaps": "^2.1.1", |
| 51 | + "gulp-sourcemaps": "^2.2.0", |
50 | 52 | "gulp-standard": "^8.0.2",
|
51 | 53 | "gulp-stylelint": "^3.4.0",
|
52 | 54 | "jasmine-core": "^2.5.2",
|
|
61 | 63 | "karma-phantomjs-launcher": "^1.0.2",
|
62 | 64 | "karma-threshold-reporter": "^0.1.15",
|
63 | 65 | "karma-webpack": "^1.8.0",
|
64 |
| - "lodash": "^4.16.4", |
| 66 | + "lodash": "^4.16.6", |
65 | 67 | "matchdep": "^1.0.1",
|
66 |
| - "moment-timezone": "^0.5.6", |
| 68 | + "moment-timezone": "^0.5.9", |
67 | 69 | "phantomjs-prebuilt": "^2.1.13",
|
68 | 70 | "plato": "^1.7.0",
|
69 | 71 | "run-browser": "^2.0.2",
|
70 | 72 | "semantic-release": "^6.3.0",
|
71 |
| - "standard": "^8.4.0", |
72 |
| - "stylelint-config-standard": "^13.0.2", |
| 73 | + "standard": "^8.5.0", |
| 74 | + "stylelint-config-standard": "^14.0.0", |
73 | 75 | "tape": "^4.6.2",
|
74 |
| - "webpack": "^1.13.2" |
| 76 | + "webpack": "^1.13.3" |
75 | 77 | },
|
76 | 78 | "scripts": {
|
77 | 79 | "coverage:upload": "cat build/coverage/lcov.info | coveralls",
|
|
0 commit comments