UNPKG

ng4-pick-datetime

Version:
62 lines (61 loc) 1.79 kB
{ "name": "ng4-pick-datetime", "version": "1.7.0", "description": "Angular 4 Date Time Picker", "keywords": [ "Angular", "datepicker", "date picker", "timepicker", "time picker" ], "author": "Peter Hannon <peter.f.hannon@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/peterhannon/date-time-picker.git" }, "jsnext:main": "picker.js", "module": "picker.js", "types": "picker.d.ts", "main": "picker.bundle.js", "dependencies": { "@angular/animations": "^4.4.5", "@angular/common": "^4.4.5", "@angular/compiler": "^4.4.5", "@angular/compiler-cli": "^4.4.5", "@angular/core": "^4.4.5", "@angular/forms": "^4.4.5", "@angular/http": "^4.4.5", "@angular/material": "github:angular/material2-builds#c739b11c242a35f5c531b07ef6e223b13bfeb5bd", "@angular/platform-browser": "^4.4.5", "@angular/platform-browser-dynamic": "^4.4.5", "@angular/router": "^4.4.5", "rxjs": "5.1.0", "@angular/cdk": "github:angular/cdk-builds#aa8f6bbef1e643f65198c143c2a42f4405e3644c" }, "devDependencies": { "autoprefixer": "^8.4.1", "fs": "0.0.1-security", "gulp": "^3.9.1", "gulp-clean": "^0.4.0", "gulp-clean-css": "^3.9.3", "gulp-flatmap": "^1.0.2", "gulp-htmlmin": "^4.0.0", "gulp-postcss": "^7.0.1", "gulp-rename": "^1.2.2", "gulp-replace": "^0.6.1", "gulp-sass": "^4.0.1", "gulp-sourcemaps": "^2.6.4", "gulp-typescript": "^4.0.2", "merge2": "^1.2.1", "path": "^0.12.7", "pixrem": "^4.0.1", "rollup": "^0.58.2", "rollup-plugin-commonjs": "^9.1.3", "rollup-plugin-node-resolve": "^3.3.0", "rollup-plugin-uglify": "^3.0.0", "run-sequence": "^2.2.1", "typescript": "2.4.0" } }