-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.28 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.28 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "PandaSphere",
"version": "1.5.1",
"description": "Share your photos",
"scripts": {
"start": "gulp serve",
"postinstall": "bower install && gulp serve"
},
"dependencies": {
"babel-core": "^6.9.1",
"babel-polyfill": "^6.9.1",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.9.2",
"bower": "^1.7.7",
"browser-sync": "~2.11.1",
"browser-sync-spa": "~1.0.3",
"chalk": "~1.1.1",
"del": "~2.2.0",
"eslint-plugin-angular": "~0.12.0",
"estraverse": "~4.2.0",
"glob": "^7.0.0",
"gulp": "^3.9.1",
"gulp-angular-filesort": "~1.1.1",
"gulp-angular-templatecache": "~1.8.0",
"gulp-autoprefixer": "~3.1.0",
"gulp-babel": "^6.1.0",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.1",
"gulp-eslint": "~2.0.0",
"gulp-extend": "^0.2.0",
"gulp-filter": "~4.0.0",
"gulp-flatten": "~0.2.0",
"gulp-htmlmin": "^1.3.0",
"gulp-imagemin": "^2.4.0",
"gulp-inject": "~4.0.0",
"gulp-jsbeautifier": "^2.0.2",
"gulp-json-format": "^1.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-minify-css": "~1.2.4",
"gulp-minify-html": "~1.0.6",
"gulp-ng-annotate": "~2.0.0",
"gulp-protractor": "~2.2.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "~0.5.4",
"gulp-rev": "~7.0.0",
"gulp-rev-replace": "~0.4.3",
"gulp-run-sequence": "^0.3.2",
"gulp-sass": "~2.2.0",
"gulp-size": "~2.1.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-strip-debug": "^1.1.0",
"gulp-tslint": "^3.6.0",
"gulp-typescript": "^2.9.2",
"gulp-uglify": "~1.5.3",
"gulp-useref": "~3.0.7",
"gulp-util": "^3.0.7",
"gulp-wrap": "^0.11.0",
"http-proxy-middleware": "~0.12.0",
"lodash": "~4.6.1",
"main-bower-files": "^2.11.1",
"map-stream": "0.0.6",
"traverse": "^0.6.6",
"typings": "^1.0.4",
"uglify-save-license": "~0.4.1",
"vinyl-transform": "^1.0.0",
"which": "^1.2.4",
"wiredep": "~4.0.0",
"wrench": "^1.5.8",
"yandex-translate": "^2.1.0",
"yargs": "^4.2.0"
},
"devDependencies": {
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.9.0",
"browserify": "^13.0.1",
"eslint": "^2.2.0",
"eslint-config-angular": "^0.5.0",
"gulp-plumber": "^1.1.0",
"karma": "~0.13.21",
"karma-angular-filesort": "~1.0.1",
"karma-coverage": "~0.5.3",
"karma-jasmine": "~0.3.7",
"karma-ng-html2js-preprocessor": "~0.2.1",
"karma-phantomjs-launcher": "~1.0.0",
"phantomjs": "~2.1.3",
"vinyl-source-stream": "^1.1.0",
"webpack": "^1.13.1"
},
"cordovaPlugins": [
"com.ionic.keyboard",
"cordova-plugin-camera",
"cordova-plugin-console",
"cordova-plugin-device",
"cordova-plugin-file",
"cordova-plugin-file-transfer",
"cordova-plugin-geolocation",
"cordova-plugin-imagepicker",
"cordova-plugin-inappbrowser",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"cordova-plugin-whitelist",
"cordova-plugin-x-socialsharing",
{
"locator": "https://github.com/Wizcorp/phonegap-facebook-plugin.git",
"id": "",
"variables": {
"APP_ID": "1024016557617380",
"APP_NAME": "Photogram"
}
}
],
"cordovaPlatforms": [
"ios",
"android"
]
}