rishabhsrao/voxel

View on GitHub
bower.json

Summary

Maintainability
Test Coverage
{
  "name": "voxel",
  "version": "3.1.4",
  "description": "A minimal theme.",
  "url": "https://github.com/rishabhsrao/voxel",
  "license": "./license.md",
  "repository": {
    "type": "git",
    "url": "git@github.com:rishabhsrao/voxel.git"
  },
  "private": true,
  "author": {
    "name": "Rishabh Rao",
    "email": "rishabhsrao@gmail.com",
    "url": "http://rishabhsrao.github.io"
  },
  "dependencies": {
    "base16-pygments": "https://github.com/idleberg/base16-pygments.git",
    "es5-shim": "https://github.com/es-shims/es5-shim.git#~4.1",
    "jquery": "https://github.com/jquery/jquery.git#~1.10",
    "requirejs": "https://github.com/jrburke/requirejs-bower.git#~2.1"
  },
  "devDependencies": {
    "jasmine-ajax": "https://github.com/jasmine/jasmine-ajax.git#~3.1",
    "jasmine-jquery": "https://github.com/velesin/jasmine-jquery.git#~2.1",
    "normalize-css": "https://github.com/necolas/normalize.css.git#~3.0"
  },
  "resolutions": {
    "jquery": "~1.10"
  },
  "ignore": [
    "**/.*",
    "/Gemfile",
    "/Gemfile.lock",
    "/gulpfile.js",
    "/libraries",
    "/node_modules",
    "/package.json",
    "/reports",
    "/tasks",
    "/tests"
  ],
  "main": [
    "dist",
    "src",
    "bower.json",
    "readme.md",
    "license.md"
  ],
  "keywords": [
    "theme",
    "hologram",
    "jekyll"
  ]
}