-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.36 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
{
"name": "app",
"version": "1.0.0",
"description": "Aplicativo criado em Cordova e MobileUI para exibir notícias focadas em desenvolvimento de software em PT-BR.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"standard": {
"global": [
"MobileUI",
"moment",
"openPage",
"showdown",
"CONFIG",
"alert",
"PullToRefresh"
],
"ignore": [
"/www/lib/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeNews/app.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeNews/app/issues"
},
"homepage": "https://github.com/CodeNews/app#readme",
"dependencies": {
"cordova-android": "^7.0.0",
"cordova-ios": "^4.5.5",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
"cordova-plugin-whitelist": "^1.3.3",
"cordova-plugin-x-socialsharing": "^5.4.1",
"es6-promise-plugin": "^4.2.2",
"onesignal-cordova-plugin": "^2.4.4"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {},
"onesignal-cordova-plugin": {},
"cordova-plugin-x-socialsharing": {},
"cordova-plugin-splashscreen": {},
"cordova-plugin-statusbar": {}
},
"platforms": [
"android",
"ios"
]
}
}