tachyons/packages/css-table/package.json
2018-11-11 09:20:28 -07:00

28 lines
562 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.11.1"
},
"dependencies": {
"is-css-root": "^1.0.1",
"lodash": "^4.17.11",
"postcss": "^7.0.5",
"postcss-discard-comments": "^4.0.1",
"postcss-import": "^12.0.1"
}
}