-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 864 Bytes
/
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
{
"name": "oldmeteo",
"version": "1.0.0",
"description": "meteo app",
"app-name": "oldmeteo",
"package-name": "oldmeteo",
"project-type": "webview",
"icon": "./assets/icon/icon.png",
"permission": [
"android.permission.INTERNET",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.READ_EXTERNAL_STORAGE"
],
"main": "main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"dev": "nodemon index.js --ignore 'cities.json'"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"express": "^4.16.4",
"fs": "^0.0.1-security",
"node-fetch": "^2.7.0",
"path": "^0.12.7"
},
"devDependencies": {
"nodemon": "^3.0.3"
},
"screenOrientation": "landscape",
"theme": {
"fullScreen": true
}
}