-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.17 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.17 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
{
"name": "ionic-project",
"version": "1.1.1",
"description": "An Ionic project",
"main": "./server/index.js",
"babel": {
"presets": [
"babel-preset-es2015"
]
},
"dependencies": {
"crypto": "0.0.3"
},
"devDependencies": {
"autoprefixer": "^6.3.6",
"babel-core": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-register": "^6.8.0",
"body-parser": "^1.15.1",
"bower": "^1.3.3",
"connect-mongo": "^1.2.0",
"cors": "^2.7.1",
"devmtn-auth": "^0.2.1",
"express": "^4.13.4",
"express-session": "^1.13.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.2.0",
"gulp-minify-css": "^0.3.0",
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-sass": "^2.3.2",
"gulp-util": "^2.2.14",
"mongoose": "^4.4.19",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"request": "^2.72.0",
"shelljs": "^0.3.0"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"android"
]
}