-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 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
{
"name": "enterstudiostaxi",
"version": "0.8.0-rc.1",
"license": "MIT",
"repository": "github.com/umts/pvta-multiplatform",
"description": "Enter taxi studios is The best way to find your ride on the go.",
"dependencies": {},
"devDependencies": {
"bower": "^1.3.3",
"gulp": "^3.9.1",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.2.0",
"gulp-eslint": "^2.1.0",
"gulp-if": "^2.0.0",
"gulp-minify-css": "^0.3.13",
"gulp-rename": "^1.2.0",
"gulp-sass": "^4.0.1",
"gulp-util": "^2.2.14",
"ionic-minify": "^2.0.10",
"jasmine": "^2.4.1",
"karma": "^0.13.22",
"karma-chrome-launcher": "^0.2.3",
"karma-jasmine": "^0.3.8",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-splashscreen",
"cordova-plugin-geolocation",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard",
"cordova-plugin-whitelist",
"cordova-plugin-inappbrowser"
],
"cordovaPlatforms": [
"ios",
"android"
]
}