File: bower.json

Recommend this page to a friend!
  Classes of Logik group   Angular Moment Picker   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Angular Moment Picker
Pick times and dates in Angular.js applications
Author: By
Last change: Bump up 0.10.2

closes #180, #220
Date: 2 years ago
Size: 722 bytes
 

Contents

Class file image Download
{ "name": "angular-moment-picker", "version": "0.10.2", "authors": [ "Indri Muska <indrimuska@gmail.com>" ], "description": "Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js", "main": [ "dist/angular-moment-picker.min.js", "dist/angular-moment-picker.min.css" ], "keywords": [ "datepicker", "timepicker", "datetime", "picker", "calendar", "moment.js", "angular" ], "license": "MIT", "homepage": "http://indrimuska.github.io/angular-moment-picker", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "angular": "^1.3", "moment": "^2.16.0" } }