|
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.3.0", |
17 | | - "grunt-complexity": "^0.3.0", |
18 | | - "grunt-contrib-jshint": "^0.11.0", |
| 19 | + "grunt-bump": "0.0.16", |
| 20 | + "grunt-complexity": "^0.2.0", |
| 21 | + "grunt-contrib-jshint": "^0.10.0", |
19 | 22 | "grunt-istanbul-coverage": "^0.1.0", |
20 | | - "grunt-karma": "^0.10.1", |
| 23 | + "grunt-karma": "^0.9.0", |
21 | 24 | "gulp": "^3.8.11", |
22 | | - "gulp-bump": "^0.2.2", |
| 25 | + "gulp-bump": "^0.1.11", |
23 | 26 | "gulp-jshint": "^1.9.0", |
24 | | - "gulp-plato": "^1.0.1", |
25 | 27 | "jshint-stylish": "^1.0.0", |
26 | 28 | "karma": "^0.12.25", |
27 | 29 | "karma-chrome-launcher": "^0.1.5", |
|
31 | 33 | "karma-phantomjs-launcher": "^0.1.2", |
32 | 34 | "karma-threshold-reporter": "^0.1.12", |
33 | 35 | "matchdep": "^0.3.0", |
34 | | - "phantomjs": "^1.9.12" |
| 36 | + "phantomjs": "^1.9.12", |
| 37 | + "run-browser": "^2.0.2", |
| 38 | + "tape": "^3.5.0" |
35 | 39 | }, |
36 | 40 | "peerDependencies": { |
37 | 41 | "grunt-cli": "0.1.13" |
38 | 42 | }, |
39 | 43 | "scripts": { |
40 | | - "test": "grunt --verbose", |
| 44 | + "test": "npm run test-browserify && gulp --verbose", |
| 45 | + "test-browserify": "run-browser test/commonjs/browserify.test.js -b", |
41 | 46 | "postinstall": "./node_modules/bower/bin/bower install" |
42 | 47 | }, |
43 | 48 | "repository": { |
|
0 commit comments