mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
23 lines
521 B
JSON
23 lines
521 B
JSON
{
|
|
"name": "tailwindcss",
|
|
"version": "0.1.0",
|
|
"description": "A utility-first CSS framework for rapid UI development.",
|
|
"license": "MIT",
|
|
"contributors": [
|
|
"Adam Wathan <adam.wathan@gmail.com>",
|
|
"Jonathan Reinink <jonathan@reinink.ca>"
|
|
],
|
|
"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"
|
|
}
|
|
}
|