{
  "name": "cactus-framework",
  "version": "1.1.0",
  "description": "Light weight CSS framework based on ITCSS, BEM and Scss.",
  "main": "application.scss",
  "scripts": {
    "test": "./node_modules/mocha/bin/mocha ./test/sass.js",
    "lint": "stylelint ./**/*.scss --syntax scss",
    "build": "node-sass --output-style compressed --precision 9 application.scss > build/cactus-framework.css"
  },
  "pre-commit": [
    "lint",
    "test"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/MrDinsdale/Cactus.git"
  },
  "keywords": [
    "Scss",
    "CSS",
    "grid",
    "framework",
    "responsive"
  ],
  "author": "Joe Dinsdale",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/MrDinsdale/Cactus/issues"
  },
  "homepage": "https://github.com/MrDinsdale/Cactus#readme",
  "dependencies": {
    "mocha": "^3.1.2",
    "pre-commit": "^1.1.3",
    "sass-true": "^2.1.3",
    "stylelint": "^7.5.0",
    "stylelint-selector-bem-pattern": "^1.0.0",
    "node-sass": "^3.13.0"
  }
}
