diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2017-09-21 12:49:18 -0400 |
| commit | b28028ac4082842143b0f528d6bc539da6ccb419 (patch) | |
| tree | 1e26ea969a781ed8e323fca4e3c76345113fc694 /www/lib/ion-datetime-picker/package.json | |
| parent | 676270d21beed31d767a06c89522198c77d5d865 (diff) | |
mega changes, including updates and X
Diffstat (limited to 'www/lib/ion-datetime-picker/package.json')
| -rw-r--r-- | www/lib/ion-datetime-picker/package.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/www/lib/ion-datetime-picker/package.json b/www/lib/ion-datetime-picker/package.json new file mode 100644 index 00000000..5479887a --- /dev/null +++ b/www/lib/ion-datetime-picker/package.json @@ -0,0 +1,23 @@ +{ + "name": "ion-datetime-picker", + "version": "0.1.2", + "description": "Date and/or time picker for awesome ionic framework", + "main": [ + "release/ion-datetime-picker.js", + "release/ion-datetime-picker.css" + ], + "scripts": {}, + "author": "https://github.com/katemihalikova, kate@katemihalikova.cz", + "license": "MIT", + "dependencies": {}, + "devDependencies": { + "gulp": "^3.9.0", + "gulp-concat": "^2.6.0", + "gulp-iife": "^0.1.0", + "gulp-minify-html": "^1.0.4", + "gulp-ng-annotate": "^1.1.0", + "gulp-ng-html2js": "^0.2.0", + "gulp-sass": "^2.0.4", + "gulp-uglify": "^1.4.1" + } +} |
