2018-07-10 01:15:26 -04:00
|
|
|
{
|
|
|
|
"name": "aprsnotifyjs",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "",
|
2018-07-18 12:27:41 -04:00
|
|
|
"private": true,
|
2018-07-10 01:15:26 -04:00
|
|
|
"dependencies": {
|
|
|
|
"aprs-parser": "^1.0.4",
|
2019-07-15 18:08:15 -04:00
|
|
|
"distinct-colors": "^1.0.4",
|
2019-07-09 23:51:24 -04:00
|
|
|
"ol": "^5.3.3",
|
|
|
|
"vue": "^2.6.10",
|
|
|
|
"vue-hot-reload-api": "^2.3.3",
|
2019-07-15 18:08:15 -04:00
|
|
|
"vuelayers": "^0.11.4",
|
2018-07-12 17:15:32 -04:00
|
|
|
"ws": "^5.2.2"
|
2018-07-10 01:15:26 -04:00
|
|
|
},
|
2018-07-18 12:27:41 -04:00
|
|
|
"devDependencies": {
|
2019-07-09 23:51:24 -04:00
|
|
|
"@vue/component-compiler-utils": "^3.0.0",
|
|
|
|
"parcel": "^1.12.3",
|
|
|
|
"vue-template-compiler": "^2.6.10"
|
2018-07-18 12:27:41 -04:00
|
|
|
},
|
2018-07-10 01:15:26 -04:00
|
|
|
"scripts": {
|
2018-07-18 12:27:41 -04:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"monkeyPatch": "sed -i '8s| APRSIS| //APRSIS|' node_modules/aprs-parser/lib/index.js",
|
|
|
|
"serve": "node src/server.js",
|
|
|
|
"prestart": "npm run monkeyPatch",
|
2019-07-09 23:51:24 -04:00
|
|
|
"start": "npx parcel src/index.html",
|
2018-07-18 12:27:41 -04:00
|
|
|
"prebuild": "npm run monkeyPatch",
|
2019-07-09 23:51:24 -04:00
|
|
|
"build": "npx parcel build --public-url ./ src/index.html"
|
2018-07-10 01:15:26 -04:00
|
|
|
},
|
2018-07-18 12:27:41 -04:00
|
|
|
"author": "Adam Goldsmith <contact@adamgoldsmith.name>",
|
2018-07-10 01:15:26 -04:00
|
|
|
"license": "ISC"
|
|
|
|
}
|