tachyons/packages/css-table/package.json
2018-11-11 09:06:43 -07:00

28 lines
561 B
JSON

{
"name": "css-table",
"version": "1.0.0",
"description": "Post process css into a table for self documentation",
"main": "index.js",
"scripts": {
"test": "ava -v"
},
"keywords": [
"css",
"tachyons",
"postcss"
],
"license": "MIT",
"repository": "tachyons-css/tachyons",
"devDependencies": {
"ava": "^0.25.0",
"tachyons": "^4.9.1"
},
"dependencies": {
"is-css-root": "^1.0.1",
"lodash": "^4.17.5",
"postcss": "^6.0.19",
"postcss-discard-comments": "^2.0.4",
"postcss-import": "^11.1.0"
}
}