-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 600 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 600 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "ionic-timepicker",
"version": "0.6.0",
"authors": [
"rajeshwarpatlolla <rajeshwar.patlolla@gmail.com>"
],
"description": "A time picker for IONIC framework",
"main": "./dist/ionic-timepicker.bundle.min.js",
"scripts": {},
"author": "https://github.com/rajeshwarpatlolla, rajeshwar.patlolla@gmail.com",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-css2js": "^1.0.2",
"gulp-minify-html": "^1.0.4",
"gulp-ng-html2js": "^0.2.0",
"gulp-uglify": "^1.4.1"
}
}