mirror of
https://github.com/OliveTin/OliveTin
synced 2026-08-28 21:46:37 +00:00
22 lines
566 B
JSON
22 lines
566 B
JSON
{
|
|
"name": "olivetin-webui",
|
|
"version": "1.0.0",
|
|
"description": "The WebUI for OliveTin",
|
|
"repository": "http://github.com/OliveTin/OliveTin",
|
|
"main": "main.js",
|
|
"devDependencies": {
|
|
"eslint": "^7.25.0",
|
|
"eslint-config-standard": "^16.0.2",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^4.3.1",
|
|
"stylelint": "^14.5.3",
|
|
"stylelint-config-standard": "^25.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|