20 lines
417 B
JSON
20 lines
417 B
JSON
{
|
|
"name": "30-seconds-of-css",
|
|
"version": "0.0.0",
|
|
"description": "A curated collection of useful CSS snippets.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"extractor": "extract-snippet-data config.js"
|
|
},
|
|
"author": "atomiks",
|
|
"license": "MIT",
|
|
"prettier": {
|
|
"printWidth": 100,
|
|
"semi": false,
|
|
"singleQuote": true
|
|
},
|
|
"devDependencies": {
|
|
"@30-seconds/integration-tools": "^1.3.2"
|
|
}
|
|
}
|