UNPKG

sams

Version:
38 lines (37 loc) 789 B
{ "name": "sams", "version": "1.0.0", "description": "Some Awsome Memory Scheduler.", "main": "index.js", "scripts": { "test": "mocha --reporter nyan", "demo": "node demo.js" }, "repository": { "type": "git", "url": "https://github.com/samsteam/sams-core" }, "keywords": [ "sams", "memory", "scheduler", "os", "fifo", "lru", "optimal", "nru" ], "author": "Sams Team <dev.samsjs@gmail.com> (https://samsteam.github.io/)", "license": "MIT", "bugs": { "url": "https://github.com/samsteam/sams-core/issues" }, "homepage": "https://github.com/samsteam/sams-core", "dependencies": { "cocktail": "^0.7.2", "cocktail-trait-configurable": "^1.0.0" }, "devDependencies": { "it-each": "^0.3.1" } }