angular-flatpickr
Version:
angular directive for flatpickr
26 lines (25 loc) • 578 B
JSON
{
"name": "angular-flatpickr",
"version": "3.2.0",
"description": "angular directive for flatpickr",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/archsaber/angular-flatpickr"
},
"author": "opavader",
"license": "MIT",
"dependencies": {
"flatpickr": "^3.0.0"
},
"devDependencies": {
"del": "~1.1.1",
"gulp": "^3.8.7",
"gulp-concat": "^2.3.4",
"gulp-insert": "^0.4.0",
"gulp-jshint": "^1.8.4",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^0.3.1",
"jshint-stylish": "^0.4.0"
}
}