mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-17 10:03:50 +01:00
Goon process scheduler
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"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": "*"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user