{
  "name": "flexlay",
  "version": "0.5.2",
  "description": "CSS library for easy use of CSS flexbox, based on Angular Material Layout",
  "main": "null",
  "scripts": {
    "prepublish": "npm run build",
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "node-sass src/flexlay.scss dist/flexlay.css && cp -r src/* dist/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ShadowManu/flexlay.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "keywords": [
    "css",
    "flexbox",
    "library",
    "css3",
    "layout",
    "angular",
    "material"
  ],
  "author": "Manuel Pacheco",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/ShadowManu/flexlay/issues"
  },
  "homepage": "https://github.com/ShadowManu/flexlay#readme",
  "devDependencies": {
    "del": "^2.2.2",
    "gulp": "github:gulpjs/gulp#4.0",
    "gulp-clean-css": "^2.3.2",
    "gulp-rename": "^1.2.2",
    "gulp-sass": "^3.0.0",
    "node-sass": "^3.8.0"
  }
}
