mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-24 20:00:38 +00:00
17 lines
302 B
JSON
17 lines
302 B
JSON
{
|
|
"name": "elegant-nnw",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"fix": "stylelint \"**/*.css\""
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"stylelint": "^15.6.0",
|
|
"stylelint-config-standard": "^33.0.0"
|
|
}
|
|
}
|