Socket
Socket
Sign inDemoInstall

greencss

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 1.0.0

.github/pull_request_template.md

40

package.json
{
"name": "greencss",
"version": "0.0.1",
"description": "greenCSS - the new way to write CSS. greenCSS is a responsive, animated lightweight CSS library. ",
"version": "1.0.0",
"description": "The classy way to write sustainable CSS.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "sass --watch --no-source-map scss:css",
"prepare": "husky install",
"lint": "prettier --check .",
"format": "prettier --write .",
"css": "sass --no-source-map scss:css",
"compressed-css": "sass --no-source-map scss:css/minified --style=compressed"
},
"keywords": [
"animation",
"css",
"design",
"library",
"greencss"
],
"repository": {
"type": "git",
"url": "https://github.com/Se-Gl/greenCSS.git"
"url": "https://github.com/Se-Gl/greencss.git"
},
"keywords": [
"greencss",
"css",
"css library",
"css framework",
"css classes",
"css layout",
"css grid",
"css animations"
],
"author": "greencss",
"homepage": "https://www.greencss.dev",
"author": "Severin Glaser",
"license": "MIT",
"dependencies": {}
"devDependencies": {
"husky": "^8.0.1",
"prettier": "^2.7.1",
"sass": "^1.53.0"
},
"type": "module"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc