{
  "name": "lumx",
  "description": "The first responsive front-end framework based on AngularJS & Google Material Design specifications",
  "kewords": [
    "AngularJS",
    "Material Design",
    "Framework"
  ],
  "homepage": "ui.lumapps.com",
  "version": "0.0.0",
  "authors": [
    "LumApps"
  ],
  "license": "MIT",
  "main": [
    "dist/lumx.css",
    "dist/lumx.js"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/lumapps/lumx.git"
  },
  "ignore": [
    "**/.*",
    "node_modules",
    "libs",
    "demo",
    "gulpfile.js",
    "build",
    "*.md",
    "package.json",
    "index.html",
    "app.yaml",
    "app.js",
    "launch.sh",
    "/scss",
    "/favicon.png",
    "/fonts",
    "/js",
    "release.py"
  ],
  "dependencies": {
    "angular": "latest",
    "jquery": "latest",
    "velocity": "latest",
    "moment": "latest",
    "bourbon": "latest",
    "mdi": "1.0.8-beta"
  },
  "devDependencies": {
    "angular-route": "latest",
    "highlightjs": "latest"
  }
}
