23 lines
579 B
JSON
23 lines
579 B
JSON
{
|
|
"name": "configui",
|
|
"version": "1.0.0",
|
|
"description": "a web app to edit and action on update",
|
|
"scripts": {
|
|
"build": "sass --style compressed src/main.scss public/css/main.css",
|
|
"start": "sass src/main.scss public/css/main.css",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@kumoly.io:tools/configui.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"@creativebulma/bulma-tooltip": "^1.2.0",
|
|
"bulma": "^0.9.3",
|
|
"prismjs": "^1.25.0",
|
|
"sass": "^1.43.2"
|
|
}
|
|
}
|