-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
29 lines (29 loc) · 869 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
{
"name": "io.atticusc.atmosweather",
"displayName": "Atmos Weather",
"version": "2.2.0",
"description": "A lightweight weather app for alerts and forecasts.",
"main": "atmos-ui.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack"
},
"keywords": [
"ecosystem:cordova"
],
"author": "Atticus Cornett <64325242+atticuscornett@users.noreply.github.com>",
"license": "GPL-3.0 License",
"devDependencies": {
"@capacitor/assets": "^3.0.4",
"@capacitor/cli": "^5.0.0",
"cordova-plugin-nativestorage": "github:TheCocoaProject/cordova-plugin-nativestorage",
"webpack-cli": "^5.0.1"
},
"dependencies": {
"@capacitor/android": "^5.0.0",
"@capacitor/core": "^5.0.0",
"@capacitor/device": "^5.0.0",
"@turf/turf": "^6.5.0",
"cordova-plugin-geolocation": "^5.0.0"
}
}