Skip to content

Commit

Permalink
Update package details for consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenAcousticDevices committed Oct 22, 2018
1 parent e02ff22 commit 4192c9c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
{
"name": "AudioMoth",
"name": "AudioMothConfigurationApp",
"version": "1.2.0",
"description": "The configuration app for the AudioMoth acoustic monitoring device.",
"main": "main.js",
"author": "openacousticdevices.info",
"license": "ISC",
"scripts": {
"postinstall": "install-app-deps",
"start": "electron-builder install-app-deps && electron .",
Expand All @@ -14,7 +16,7 @@
"asar": {
"smartUnpack": true
},
"appId": "info.openacousticdevices.audiomoth",
"appId": "info.openacousticdevices.audiomothconfigurationapp",
"dmg": {
"contents": [
{
Expand All @@ -28,35 +30,33 @@
"path": "/Applications"
}
],
"artifactName": "AudioMothSetup${version}.dmg"
"artifactName": "AudioMothConfigurationAppSetup${version}.dmg"
},
"win": {
"target": "nsis",
"icon": "build/icon.ico"
},
"nsis": {
"createDesktopShortcut": true,
"artifactName": "AudioMothSetup${version}.exe"
"artifactName": "AudioMothConfigurationAppSetup${version}.exe"
},
"linux": {
"icon": "build/",
"category": "Utility"
}
},
"author": "openacousticdevices.info",
"license": "ISC",
"devDependencies": {
"electron": "3.0.0",
"electron-builder": "20.28.4"
},
"dependencies": {
"audiomoth-hid": ">=1.0.19",
"bootstrap": "4.1.3",
"jquery": "^3.3.1",
"popper.js": "^1.12.3",
"jsonschema": "1.2.4",
"jquery": "^3.3.1",
"strftime": "0.10.0",
"electron-debug": "2.0.0"
"electron-debug": "2.0.0",
"jsonschema": "1.2.4"
},
"engines": {
"node": ">=8.10.0"
Expand Down

0 comments on commit 4192c9c

Please sign in to comment.