-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
55 lines (55 loc) · 1.43 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
50
51
52
53
54
55
{
"name": "mexicoxport-app",
"version": "1.0.0",
"description": "La aplicación móvil de mexicoxport.com",
"dependencies": {
"async": "^1.4.0",
"bower": "^1.3.3",
"gulp": "^3.5.6",
"gulp-angular-templatecache": "^1.5.0",
"gulp-sass": "^1.3.3",
"gulp-sourcemaps": "^1.5.2",
"gulp-util": "^2.2.14",
"require-dir": "^0.3.0",
"shelljs": "^0.3.0"
},
"devDependencies": {
"del": "^1.2.0",
"gulp-flatten": "^0.1.1",
"gulp-if": "^1.2.5",
"gulp-json-editor": "^2.2.1",
"gulp-minify-css": "^1.2.0",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-constant": "^0.3.0",
"gulp-preprocess": "^1.2.0",
"gulp-rename": "^1.2.2",
"gulp-shell": "^0.4.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.2.0",
"jshint": "^2.8.0",
"minimist": "^1.1.2",
"mv": "^2.1.1"
},
"cordovaPlugins": [
{
"locator": "https://github.com/apache/cordova-plugin-whitelist.git",
"id": "cordova-plugin-whitelist"
},
{
"locator": "https://github.com/apache/cordova-plugin-inappbrowser.git",
"id": "cordova-plugin-inappbrowser"
},
{
"locator": "https://github.com/apache/cordova-plugin-splashscreen.git",
"id": "cordova-plugin-splashscreen"
},
{
"locator": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git",
"id": "cordova-plugin-x-socialsharing"
}
],
"cordovaPlatforms": [
"android",
"ios"
]
}