pogodevorg/docs.pogodev.org

View on GitHub
bower_components/neat/bower.json

Summary

Maintainability
Test Coverage
{
  "name": "neat",
  "description": "A lightweight, semantic grid framework",
  "version": "1.8.0",
  "main": "app/assets/stylesheets/_neat.scss",
  "license": "MIT",
  "ignore": [
    "**/.*",
    "CONTRIBUTING.md",
    "Gemfile",
    "Gemfile.lock",
    "NEWS.md",
    "Rakefile",
    "bin",
    "lib",
    "neat.gemspec",
    "sache.json",
    "spec",
    "test"
  ],
  "keywords": [
    "columns",
    "grid",
    "layout",
    "media",
    "media-queries",
    "neat",
    "queries",
    "sass",
    "scss",
    "semantic"
  ],
  "authors": [
    "thoughtbot (http://thoughtbot.com)"
  ],
  "homepage": "http://neat.bourbon.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/thoughtbot/neat.git"
  }
}