{ "name": "tailwindcss", "version": "0.1.0", "description": "A utility-first CSS framework for rapid UI development.", "license": "MIT", "contributors": [ "Adam Wathan ", "Jonathan Reinink " ], "scripts": { "build": "node ./build.js", "test": "jest" }, "dependencies": { "jest": "^20.0.4", "lodash": "^4.17.4", "normalize.css": "^6.0.0", "postcss": "^6.0.9", "postcss-cssnext": "^3.0.2", "suitcss-base": "^3.0.0" } }