-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·98 lines (98 loc) · 2.96 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
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
{
"name": "pickupMobile",
"version": "2.0.0",
"description": "Organize pick up games without organizing",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "index.js",
"dev": "nodemon index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/harveysanders/pickUp.git"
},
"author": "Harvey Sanders",
"license": "ISC",
"bugs": {
"url": "https://github.com/harveysanders/pickUp/issues"
},
"homepage": "https://github.com/harveysanders/pickUp#readme",
"dependencies": {
"babel-preset-es2015": "^6.9.0",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"cookie-parser": "^1.4.3",
"cordova-plugin-console": "~1.0.4",
"cordova-plugin-device": "~1.1.3",
"cordova-plugin-splashscreen": "~4.0.0",
"cordova-plugin-statusbar": "~2.2.0",
"cordova-plugin-whitelist": "~1.3.0",
"debug": "^2.2.0",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-session": "^1.14.1",
"geolib": "^2.0.21",
"grunt": "1.0.1",
"grunt-babel": "^6.0.0",
"grunt-cli": "1.2.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-eslint": "0.0.5",
"grunt-contrib-watch": "^1.0.0",
"grunt-shell": "^1.3.0",
"gruntify-eslint": "^2.0.0",
"gulp-cli": "^1.3.0",
"ionic-plugin-keyboard": "~2.2.1",
"load-grunt-tasks": "^3.5.0",
"moment": "^2.14.1",
"mongoose": "^4.5.7",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"path": "^0.12.7",
"phone": "^1.0.8",
"request": "^2.75.0",
"request-promise": "^4.1.1",
"twilio": "^2.9.1"
},
"cordovaPlugins": [
"cordova-plugin-device",
"cordova-plugin-console",
"cordova-plugin-whitelist",
"cordova-plugin-splashscreen",
"cordova-plugin-statusbar",
"ionic-plugin-keyboard"
],
"cordovaPlatforms": [
"ios",
{
"platform": "ios",
"version": "",
"locator": "ios"
}
],
"devDependencies": {
"@ionic/cli-plugin-cordova": "1.4.1",
"@ionic/cli-plugin-gulp": "1.0.2",
"@ionic/cli-plugin-ionic1": "2.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.6.1",
"gulp-minify-css": "^1.2.4",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"shelljs": "^0.7.8"
},
"cordova": {
"plugins": {
"cordova-plugin-console": {},
"cordova-plugin-device": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {},
"cordova-plugin-whitelist": {},
"ionic-plugin-keyboard": {}
}
}
}