UNPKG

at-node

Version:

schedule a cancellable function to run once

32 lines (31 loc) 612 B
{ "name": "at-node", "version": "0.2.3", "description": "schedule a cancellable function to run once", "main": "src/at.js", "scripts": { "test": "mocha test/test.js" }, "repository": { "type": "git", "url": "https://github.com/robertn702/at-node" }, "keywords": [ "at", "job", "later", "node-at", "run-at", "schedule", "timer" ], "author": "Robert Niimi <robertn702@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/robertn702/at-node/issues" }, "devDependencies": { "expect": "^1.19.0", "mocha": "^2.4.5" } }