You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
616 B
JSON
25 lines
616 B
JSON
{
|
|
"name": "calendar-optimizer",
|
|
"version": "1.0.0",
|
|
"description": "Options Calendar-spread optimizer, based on projected underlying price range and IV smiles at different expiries.",
|
|
"source": "src/index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.sakal.us/brian/calendar-optimizer.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"PubSubJS": "^0.0.3",
|
|
"incremental-dom": "^0.7.0",
|
|
"nanoid": "^3.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"parcel": "^2.3.2"
|
|
}
|
|
}
|