2020-09-04 18:02:20 +00:00
|
|
|
{
|
|
|
|
"name": "ws4kp",
|
2021-05-01 18:21:14 +00:00
|
|
|
"version": "4.1.1",
|
2020-09-04 18:02:20 +00:00
|
|
|
"description": "Welcome to the WeatherStar 4000+ project page!",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/netbymatt/ws4kp.git"
|
|
|
|
},
|
|
|
|
"author": "Matt Walsh",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/netbymatt/ws4kp/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/netbymatt/ws4kp#readme",
|
|
|
|
"devDependencies": {
|
2020-10-29 21:44:28 +00:00
|
|
|
"del": "^6.0.0",
|
2020-09-04 18:02:20 +00:00
|
|
|
"ejs": "^3.1.5",
|
2021-01-04 17:58:58 +00:00
|
|
|
"eslint": "^7.17.0",
|
|
|
|
"eslint-config-airbnb-base": "^14.2.1",
|
2020-10-29 21:44:28 +00:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2020-09-04 18:02:20 +00:00
|
|
|
"express": "^4.17.1",
|
|
|
|
"gulp": "^4.0.2",
|
2021-04-13 04:05:44 +00:00
|
|
|
"gulp-bump": "^3.2.0",
|
2020-09-04 18:02:20 +00:00
|
|
|
"gulp-clean-css": "^4.3.0",
|
|
|
|
"gulp-concat": "^2.6.1",
|
|
|
|
"gulp-ejs": "^5.1.0",
|
|
|
|
"gulp-htmlmin": "^5.0.1",
|
|
|
|
"gulp-rename": "^2.0.0",
|
|
|
|
"gulp-s3-upload": "^1.7.3",
|
2021-01-04 17:58:58 +00:00
|
|
|
"gulp-terser": "^2.0.0",
|
2021-05-01 18:21:14 +00:00
|
|
|
"jquery": "^3.6.0",
|
2020-09-25 02:29:03 +00:00
|
|
|
"jquery-touchswipe": "^1.6.19",
|
|
|
|
"luxon": "^1.25.0",
|
2021-01-04 17:58:58 +00:00
|
|
|
"nosleep.js": "^0.12.0",
|
2020-10-16 20:52:56 +00:00
|
|
|
"suncalc": "^1.8.0",
|
|
|
|
"swiped-events": "^1.1.4"
|
2021-01-04 17:58:58 +00:00
|
|
|
}
|
2020-09-04 18:02:20 +00:00
|
|
|
}
|