-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 955 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
39
40
{
"name": "tournia",
"version": "1.0.0",
"description": "tournia: An Ionic project",
"dependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.0.4",
"node-sass": "^3.2.0"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7",
"shelljs": "^0.5.3"
},
"cordovaPlugins": [
{
"locator": "https://github.com/phonegap-build/PushPlugin.git",
"id": "com.phonegap.plugins.PushPlugin"
},
"org.apache.cordova.inappbrowser",
"cordova-plugin-whitelist",
"ionic-plugin-deploy",
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
{
"locator": "https://github.com/driftyco/ionic-plugins-deploy",
"id": "ionic-plugin-deploy"
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}