17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"name": "callerkit",
|
|
"version": "1.0.0",
|
|
"description": "This is an application to store dances and the calls (moves) that fill them. It is a new version of an application by the same name that I made with Skynet.",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"electron": "^26.0.0",
|
|
"svelte": "^4.2.0"
|
|
}
|
|
}
|