mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-24 09:02:27 +00:00
29 lines
639 B
JSON
29 lines
639 B
JSON
{
|
|
"name": "ProcessScheduler",
|
|
"version": "1.0.0",
|
|
"description": "BYOND SS13 Process Scheduler",
|
|
"main": "processScheduler.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/goonstation/ProcessScheduler.git"
|
|
},
|
|
"keywords": [
|
|
"byond",
|
|
"ss13",
|
|
"process",
|
|
"scheduler"
|
|
],
|
|
"author": "Volundr",
|
|
"license": "CC-BY-NC",
|
|
"bugs": {
|
|
"url": "https://github.com/goonstation/ProcessScheduler/issues"
|
|
},
|
|
"homepage": "https://github.com/goonstation/ProcessScheduler",
|
|
"dependencies": {
|
|
"bower": "*"
|
|
}
|
|
}
|