23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"name": "lilypad",
|
|
"version": "1.0.0",
|
|
"description": "Generate some useful CSS helpers from a set of configuration variables.",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"start": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "ssh://git@git.cloud.haska.me:2222/wonderfulfrog/lilypad.git"
|
|
},
|
|
"keywords": [
|
|
"css"
|
|
],
|
|
"author": "Devin Haska",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"cssnano": "^7.0.7",
|
|
"postcss": "^8.5.3"
|
|
}
|
|
}
|