-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 2.04 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
99
100
{
"name": "flash-buy-mobile",
"version": "1.0.0",
"description": "Aplicativo de compras flashmob",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node tasks/platforms && node tasks/plugins",
"serve": "node tasks/serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhonasn/FlashBuyMobile.git"
},
"keywords": [
"buy",
"flash",
"flashmob",
"compra"
],
"author": "Faculdade Cenecista de Campo Largo - Projeto Integrador - Sistemas de Informação <[email protected]>",
"contributors": [
{
"name": "Jhonas Nascimento",
"email": "[email protected]"
},
{
"name": "Cléverson A. Specht",
"email": "[email protected]"
},
{
"name": "Eduardo Garrett",
"email": "[email protected]"
},
{
"name": "José Victor Verone",
"email": "[email protected]"
},
{
"name": "Gustavo Silva",
"email": "[email protected]"
},
{
"name": "Vinícius Roderjan",
"email": "[email protected]"
},
{
"name": "Bruno Henrique",
"email": "[email protected]"
},
{
"name": "Matheus Magaton",
"email": "[email protected]"
},
{
"name": "Felipe Stival",
"email": "[email protected]"
},
{
"name": "Kevin",
"email": "[email protected]"
},
{
"name": "Erik Zeribetto",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/jhonasn/FlashBuyMobile/issues"
},
"homepage": "https://github.com/jhonasn/FlashBuyMobile#readme",
"cordovaPlatforms": [
"android",
"ios",
"wp8",
"windows",
"browser"
],
"cordovaPlugins": [
"cordova-plugin-whitelist",
"cordova-plugin-device",
"cordova-plugin-network-information",
{
"locator": "phonegap-plugin-push",
"variables": {
"SENDER_ID": "XXXXXXX"
}
}
],
"devDependencies": {
},
"dependencies": {
},
"proxy": {
"wsexterno": "http://189.16.45.2",
"wsinterno": "http://172.16.10.251",
"get": "http://189.16.45.2/flashbuywebapi/api/Ofertas/GetOferta"
}
}