{
  "name": "flexi-js",
  "version": "3.0.4",
  "description": "A responsive and flexible css scheme.",
  "main": "app.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ScottCybak/flexi-js.git"
  },
  "keywords": [
    "flexi-js",
    "flexi",
    "flexbox",
    "responsive",
    "css",
    "sass",
    "lightweight"
  ],
  "scripts": {
    "build": "node-sass sass/all.scss build/css/all.css && rollup -c rollup.config.js && rollup -c rollup.config.dev.js",
    "watch": "node-sass sass/all.scss build/css/all.css -r -w",
    "debug:build": "node-sass sass/_debug.scss example/css/flexi-js-debug.css",
    "debug:watch": "node-sass sass/_debug.scss example/css/flexi-js-debug.css -r -w",
    "start": "npm run build && npm run watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Scott Cybak <scott.cybak@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "babel-preset-es2015-rollup": "^3.0.0",
    "node-sass": "^3.13.0",
    "rollup-plugin-babel": "^2.7.1",
    "rollup-plugin-uglify": "^1.0.1",
    "watch-cli": "^0.2.1",
    "watch-run": "^1.2.4"
  }
}
