{
  "name": "ornate_css",
  "version": "0.2.2",
  "description": "Highly inspired by other frameworks like Tailwind css, and Bulma Ornate CSS allows developers and designers to\naccomplish complicated web designs while you're writing your HTML. Whether you want to design using Ornate CSS'\nout-of-the-box solutions, or expand the utilities to fit your projects, Ornate empowers your decision while remaining\nlight and non-invasive.",
  "keywords": [
    "CSS",
    "SCSS",
    "Framework"
  ],
  "license": "MIT",
  "author": "Roberto Rivera",
  "scripts": {
    "build": "parcel build index.html",
    "dev": "parcel playground.html --open",
    "start": "npm run build && npm run dev",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "devDependencies": {
    "parcel-bundler": "^1.12.4",
    "sass": "^1.29.0"
  },
  "dependencies": {
    "gaudiamus-css": "^1.2.1",
    "node-forge": ">=0.10.0"
  }
}
