{
  "name": "smoke",
  "version": "3.1.0",
  "description": "Smoke form validation and components for Bootstrap",
  "license": "LGPL",
  "authors": [
    "Alfredo Barron <alfredobarronc@gmail.com>"
  ],
  "homepage": "https://github.com/alfredobarron/smoke",
  "keywords": [
    "html",
    "css",
    "js",
    "JavaScript",
    "JQuery",
    "plugin",
    "bootstrap",
    "front-end",
    "web",
    "Form validation",
    "Components",
    "helpers"
  ],
  "main": [
    "dist/css/smoke.css",
    "dist/js/smoke.js"
  ],
  "ignore": [
    "**/.*",
    "**/.js",
    "**/.json",
    "node_modules",
    "bower_components",
    "test",
    "tests",
    "docs",
    "docsHTML"
  ],
  "dependencies": {
    "jquery": ">= 1.9.1",
    "bootstrap": ">= 3.0.0"
  }
}
