Initial commit
This commit is contained in:
commit
bd6876490b
13 changed files with 1444 additions and 0 deletions
23
package.json
Normal file
23
package.json
Normal file
|
@ -0,0 +1,23 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue