-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·81 lines (81 loc) · 2.45 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
{
"name": "com.audet.benjamin",
"version": "1.0.0",
"displayName": "Rent-N-Share",
"cordova": {
"platforms": [
"android",
"ios"
],
"plugins": {
"cordova-plugin-battery-status": {},
"cordova-plugin-camera": {},
"cordova-plugin-media-capture": {},
"cordova-plugin-device": {},
"cordova-plugin-dialogs": {},
"cordova-plugin-file": {},
"cordova-plugin-geolocation": {},
"cordova-plugin-globalization": {},
"cordova-plugin-inappbrowser": {},
"cordova-plugin-network-information": {},
"cordova-plugin-vibration": {},
"cordova-plugin-vibrate-intense": {},
"cordova-plugin-contacts": {},
"cordova-plugin-device-motion": {}
}
},
"dependencies": {
"autodll-webpack-plugin": "^0.4.2",
"cordova-ios": "~4.5.5",
"cordova-plugin-battery-status": "~1.2.4",
"cordova-plugin-camera": "~2.4.1",
"cordova-plugin-contacts": "^3.0.1",
"cordova-plugin-device": "~1.1.6",
"cordova-plugin-device-motion": "~2.0.1",
"cordova-plugin-dialogs": "~1.3.3",
"cordova-plugin-file": "~4.3.3",
"cordova-plugin-geolocation": "~2.4.3",
"cordova-plugin-globalization": "~1.0.7",
"cordova-plugin-inappbrowser": "~1.7.1",
"cordova-plugin-media-capture": "~1.4.3",
"cordova-plugin-network-information": "~1.3.3",
"cordova-plugin-vibrate-intense": "^1.0.1",
"cordova-plugin-vibration": "~2.1.5",
"css-loader": "^2.1.1",
"es6-promise-plugin": "^4.2.2",
"expose-loader": "^0.7.5",
"firebase": "^5.9.2",
"jquery": "^3.3.1",
"node-sass": "^4.11.0",
"phonegap-plugin-image-capture": "git+https://github.com/phonegap/phonegap-plugin-image-capture.git",
"phonegap-plugin-media-stream": "^1.2.1",
"postcss-loader": "^3.0.0",
"sass-loader": "^7.1.0",
"underscore": "^1.9.1",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-router": "^3.0.2",
"vue-template-compiler": "^2.6.10"
},
"devDependencies": {
"webpack": "^4.25.1",
"webpack-cli": "^3.3.0"
},
"description": "",
"mode": "dev",
"private": true,
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/benjaminaudet/rent-n-share.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/benjaminaudet/rent-n-share/issues"
},
"homepage": "https://github.com/benjaminaudet/rent-n-share#readme"
}