{
  "name": "sass-to-css-variables",
  "version": "1.0.1",
  "description": "Convert stylesheets from $ variables to use CSS variables",
  "main": "index.js",
  "scripts": {
    "test": "./node_modules/.bin/mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/samuelthomps0n/sass-to-css-variables.git"
  },
  "keywords": [
    "SASS",
    "CSS",
    "SCSS"
  ],
  "author": "Samuel Thompson <sam@samuelthompson.co.uk>",
  "license": "MIT",
  "homepage": "https://github.com/samuelthomps0n/sass-to-css-variables#readme",
  "dependencies": {
    "q": "^1.5.0",
    "glob": "^7.1.2",
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "mocha": "^3.2.0",
    "should": "^11.1.1"
  }
}
