{ "name": "removeddit", "version": "1.0.0", "description": "View removed comments from reddit", "main": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/JubbeArt/removeddit.git" }, "keywords": [ "reddit", "comments", "removed", "deleted" ], "author": "Jesper Wrang", "license": "GPL-3.0", "bugs": { "url": "https://github.com/JubbeArt/removeddit/issues" }, "homepage": "https://github.com/JubbeArt/removeddit#readme", "standard": { "globals": ["localStorage", "fetch"] }, "scripts": { "start": "webpack-dev-server --mode development", "build": "webpack --mode production", "build-sass": "sass --style compressed src/sass/index.sass dist/main.css" }, "dependencies": { "lit-html": "^0.9.0", "navigo": "^7.1.1", "snudown-js": "^3.1.0" }, "devDependencies": { "sass": "^1.1.1", "standard": "^11.0.1", "webpack": "^4.5.0", "webpack-cli": "^2.0.14", "webpack-dev-server": "^3.1.2" } }