CoolFace
Apppublic

Pinsave/counterstrike

sourceHugging Faceupdated 3mo agoView on Hugging Face
1likes
package.json25 linesDownload Raw Back to classic-stylesheets
1{2  "name": "classic-stylesheets",3  "version": "2.1.3",4  "description": "Classic stylesheets for web applications",5  "homepage": "https://github.com/nielssp/classic-stylesheets",6  "bugs": {7    "url": "https://github.com/nielssp/classic-stylesheets/issues"8  },9  "repository": {10    "type": "git",11    "url": "git+https://github.com/nielssp/classic-stylesheets.git"12  },13  "license": "MIT",14  "main": "layout.css",15  "files": [16    "LICENSE",17    "layout.css",18    "themes",19    "modules"20  ],21  "scripts": {22    "build": "make all"23  }24}25