mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2026-01-25 16:44:12 +00:00
45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "suitcss-base",
|
|
"version": "3.0.0",
|
|
"description": "CSS base styles",
|
|
"keywords": [
|
|
"base",
|
|
"browser",
|
|
"css",
|
|
"normalize-css",
|
|
"suitcss",
|
|
"style"
|
|
],
|
|
"homepage": "https://github.com/suitcss/base#readme",
|
|
"bugs": "https://github.com/suitcss/base/labels/bug",
|
|
"license": "MIT",
|
|
"author": "Nicolas Gallagher",
|
|
"files": [
|
|
"index.css",
|
|
"index.js",
|
|
"lib"
|
|
],
|
|
"style": "index.css",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/suitcss/base.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run setup && npm run preprocess",
|
|
"build-test": "npm run setup && npm run preprocess-test",
|
|
"lint": "suitcss -e index.css build/lint.css && rm build/lint.css",
|
|
"preprocess": "suitcss index.css build/build.css",
|
|
"preprocess-test": "suitcss -i test test/test.css build/test.css",
|
|
"setup": "npm install",
|
|
"watch": "npm run preprocess-test -- -w -v",
|
|
"test": "npm run lint"
|
|
},
|
|
"dependencies": {
|
|
"normalize.css": "^6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"suitcss-components-test": "*",
|
|
"suitcss-preprocessor": "^4.0.0"
|
|
}
|
|
}
|