|
1 | 1 | { |
2 | 2 | "name": "angular-bootstrap-datetimepicker", |
3 | | - "version": "0.3.11", |
| 3 | + "version": "0.3.12", |
4 | 4 | "description": "This directive allows you to add a datetime-picker to your form elements.", |
5 | 5 | "author": "https://github.com/dalelotts/ng-bootstrap-datetimepicker/graphs/contributors", |
6 | 6 | "bugs": { |
|
9 | 9 | "license": "MIT", |
10 | 10 | "homepage": "http://dalelotts.github.io/angular-bootstrap-datetimepicker", |
11 | 11 | "main": "src/js/datetimepicker.js", |
12 | | - "dependencies": {}, |
13 | | - "devDependencies": { |
| 12 | + "dependencies": { |
| 13 | + "angular": "^1.3.14", |
14 | 14 | "bower": "latest", |
| 15 | + "moment": "^2.9.0" |
| 16 | + }, |
| 17 | + "devDependencies": { |
15 | 18 | "grunt": "^0.4.4", |
16 | | - "grunt-bump": "0.0.16", |
17 | | - "grunt-complexity": "^0.2.0", |
18 | | - "grunt-contrib-jshint": "^0.10.0", |
19 | | - "grunt-istanbul-coverage": "^0.1.0", |
20 | | - "grunt-karma": "^0.9.0", |
| 19 | + "grunt-bump": "^0.3.0", |
21 | 20 | "gulp": "^3.8.11", |
22 | | - "gulp-bump": "^0.1.11", |
23 | | - "gulp-jshint": "^1.9.0", |
24 | | - "gulp-plato": "^1.0.1", |
25 | | - "jshint-stylish": "^1.0.0", |
26 | | - "karma": "^0.12.25", |
| 21 | + "gulp-jshint": "^1.9.4", |
| 22 | + "gulp-plato": "^1.0.2", |
| 23 | + "jshint": "^2.6.0", |
| 24 | + "jshint-stylish": "^1.0.1", |
| 25 | + "karma": "^0.12.31", |
27 | 26 | "karma-chrome-launcher": "^0.1.5", |
28 | 27 | "karma-coverage": "^0.2.1", |
29 | 28 | "karma-firefox-launcher": "^0.1.3", |
30 | 29 | "karma-jasmine": "^0.3.2", |
31 | 30 | "karma-phantomjs-launcher": "^0.1.2", |
32 | 31 | "karma-threshold-reporter": "^0.1.12", |
| 32 | + "lodash": "^3.5.0", |
33 | 33 | "matchdep": "^0.3.0", |
34 | | - "phantomjs": "^1.9.12" |
35 | | - }, |
36 | | - "peerDependencies": { |
37 | | - "grunt-cli": "0.1.13" |
| 34 | + "phantomjs": "^1.9.12", |
| 35 | + "run-browser": "^2.0.2", |
| 36 | + "tape": "^3.5.0" |
38 | 37 | }, |
39 | 38 | "scripts": { |
40 | | - "test": "grunt --verbose", |
| 39 | + "test": "npm run test-browserify && gulp", |
| 40 | + "test-browserify": "run-browser test/commonjs/browserify.test.js -b", |
41 | 41 | "postinstall": "./node_modules/bower/bin/bower install" |
42 | 42 | }, |
43 | 43 | "repository": { |
|
0 commit comments