-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.28 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
{
"name": "ejemploconf",
"version": "1.1.1",
"description": "ejemploconf: An Ionic project",
"dependencies": {
"gulp": "^3.5.6",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"moment": "^2.15.1"
},
"devDependencies": {
"bower": "^1.3.3",
"cordova": "^5.4.1",
"del": "^2.1.0",
"gulp-angular-filesort": "^1.1.1",
"gulp-filter": "^3.0.1",
"gulp-inject": "^3.0.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-shell": "^0.5.1",
"gulp-util": "^2.2.14",
"gulp-watch": "^4.3.5",
"ionic": "^1.7.12",
"shelljs": "^0.3.0",
"through2": "^2.0.0"
},
"cordovaPlugins": [
{
"locator": "https://github.com/EddyVerbruggen/Calendar-PhoneGap-Plugin.git",
"id": "cordova-plugin-calendar"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}