{
  "name": "scss-compile",
  "version": "0.1.7",
  "description": "A Sassy CSS Compiler",
  "main": "index.js",
  "dependencies": {
    "npm-registry": "^0.1.13"
  },
  "devDependencies": {},
  "scripts": {
    "test": "npm run scss-compile",

    "scss-compile": "node-sass -rw assets/scss -o assets/css",

    "watch": "npm run scss-compile"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tylerreckart/sass-compile.git"
  },
  "keywords": [
    "scss",
    "sass",
    "css",
    "compiler"
  ],
  "author": "Tyler A. Reckart <tyler.reckart@gmail.com> (http://tylerreckart.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tylerreckart/sass-compile/issues"
  },
  "homepage": "https://github.com/tylerreckart/sass-compile#readme"
}
