{
  "name": "propellerkit",
  "grunt_name": "propeller",
  "description": "Propeller is a front-end responsive framework based on Google's Material Design Standards & Bootstrap.",
  "version": "1.3.2",
  "homepage": "http://propeller.in/",
  "author": "Digicorp, Inc",
  "license": "MIT",
  "main": "dist/js/propeller.js",
  "keywords": [
    "css",
    "mobile-first",
    "bootstrap3",
    "responsive",
    "front-end",
    "framework",
    "web"
  ],
  "scripts": {
    "test": "npm run eslint && grunt test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/digicorp/propeller/"
  },
  "bugs": {
    "url": "https://github.com/digicorp/propeller/issues"
  },
  "dependencies": {
    "bootstrap": "^3.0.0",
    "jquery": "1.12.4 - 3",
    "sass": "^1.5.1"
  },
  "devDependencies": {
    "babel-preset-es2015": "^6.18.0",
    "btoa": "~1.1.2",
    "glob": "~6.0.1",
    "grunt": "^0.4.5",
    "grunt-autoprefixer": "^3.0.4",
    "grunt-babel": "^6.0.0",
    "grunt-concat-css": "^0.3.1",
    "grunt-contrib-clean": "^0.6.0",
    "grunt-contrib-compress": "~0.14.0",
    "grunt-contrib-concat": "~0.5.1",
    "grunt-contrib-connect": "~0.11.2",
    "grunt-contrib-copy": "~0.8.0",
    "grunt-contrib-csslint": "^0.5.0",
    "grunt-contrib-cssmin": "^1.0.2",
    "grunt-contrib-htmlmin": "~0.6.0",
    "grunt-contrib-jade": "~0.15.0",
    "grunt-contrib-jshint": "~0.11.2",
    "grunt-contrib-less": "~1.1.0",
    "grunt-contrib-qunit": "~0.7.0",
    "grunt-contrib-uglify": "^2.0.0",
    "grunt-contrib-watch": "^0.6.1",
    "grunt-csscomb": "~3.1.0",
    "grunt-exec": "~0.4.6",
    "grunt-html": "~5.0.1",
    "grunt-jekyll": "~0.4.2",
    "grunt-jscs": "~2.3.0",
    "grunt-postcss": "^0.8.0",
    "grunt-processhtml": "^0.4.1",
    "grunt-saucelabs": "~8.6.1",
    "grunt-stamp": "^0.3.0",
    "grunt-stripcomments": "^0.6.0",
    "load-grunt-tasks": "~3.3.0",
    "markdown-it": "^5.0.0",
    "npm-shrinkwrap": "^200.4.0",
    "time-grunt": "^1.2.1",
    "grunt-sass": "^2.1.0",
    "grunt-contrib-sass": "^1.0.0"
  },
  "engines": {
    "node": ">=0.10.1"
  },
  "jspm": {
    "main": "js/propeller",
    "shim": {
      "js/propeller": {
        "deps": "jquery",
        "exports": "$"
      }
    },
    "files": [
      "css",
      "fonts",
      "js"
    ]
  }
}
