2018-07-10 01:15:26 -04:00
|
|
|
{
|
|
|
|
"name": "aprsnotifyjs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
|
|
|
"aprs-parser": "^1.0.4",
|
2018-07-12 17:15:32 -04:00
|
|
|
"ws": "^5.2.2"
|
2018-07-10 01:15:26 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|