UNPKG

sams-algorithm-fifo

Version:

A memory scheduler that uses a fifo algorithm.

31 lines (30 loc) 731 B
{ "name": "sams-algorithm-fifo", "version": "0.1.2", "description": "A memory scheduler that uses a fifo algorithm.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://github.com/samsteam/algorithm-fifo" }, "keywords": [ "sams", "fifo", "memory", "scheduler", "os" ], "author": "Sams Team <dev.samsjs@gmail.com> (http://samsjs.com)", "license": "MIT", "bugs": { "url": "https://github.com/samsteam/algorithm-fifo/issues" }, "homepage": "https://github.com/samsteam/algorithm-fifo", "dependencies": { "cocktail": "^0.7.0", "cocktail-trait-configurable": "^1.0.0" } }