{
  "name": "tailwind-config",
  "version": "0.1.2",
  "description": "Easily get values from your resolved tailwindcss config.",
  "repository": "github:davecalnan/tailwind-config",
  "homepage": "https://github.com/davecalnan/tailwind-config#readme",
  "bugs": "https://github.com/davecalnan/tailwind-config/issues",
  "main": "dist/index.js",
  "dependencies": {
  },
  "devDependencies": {
    "jest": "^24.7.1",
    "parcel": "^1.12.3",
    "tailwindcss": "^1.0.0-beta.4"
  },
  "scripts": {
    "test": "jest",
    "build": "parcel build src/index.js",
    "prepare": "npm run test && npm run build"
  },
  "author": "Dave Calnan <d@ve.ie>",
  "license": "ISC"
}
