Mercurial > ec-userscripts
view package.json @ 84:af4f8b25495e
Merge elements first and use actual srcset
author | nanaya <me@nanaya.pro> |
---|---|
date | Thu, 15 Apr 2021 14:56:23 +0900 |
parents | 20c42dd14d17 |
children | 9c8cde985caf |
line wrap: on
line source
{ "name": "ec-userscripts", "version": "1.0.0", "license": "MIT", "scripts": { "lint": "standard *.user.js" }, "dependencies": { "standard": "^14.3.3" } }