forked from petruisfan/ionic-monthpicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 867 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ionic-monthpicker",
"version": "1.0.2",
"description": "Ionic monthpicker",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/petruisfan/ionic-monthpicker.git"
},
"keywords": [
"ionic",
"month",
"picker",
"calendar",
"date",
"time",
"year"
],
"author": "Petru Isfan",
"contributors": [
"Luke Ehresman <[email protected]>"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/petruisfan/ionic-monthpicker/issues"
},
"homepage": "https://github.com/petruisfan/ionic-monthpicker#readme",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-htmlmin": "^1.3.0",
"gulp-ng-templates": "0.0.6",
"gulp-uglify": "^1.5.1"
}
}