UNPKG

async-task-scheduler

Version:
41 lines (40 loc) 936 B
{ "name": "async-task-scheduler", "version": "0.1.2", "description": "a js task scheduler for async requests", "main": "index.js", "directories": { "example": "examples", "test": "tests" }, "scripts": { "test": "jest", "build": "webpack --output-library-target umd" }, "repository": { "type": "git", "url": "git+https://github.com/MichaelHu/task-scheduler.git" }, "keywords": [ "js", "task", "scheduler", "async", "requests" ], "author": "MichaelHu", "license": "ISC", "bugs": { "url": "https://github.com/MichaelHu/task-scheduler/issues" }, "homepage": "https://github.com/MichaelHu/task-scheduler#readme", "devDependencies": { "babel-core": "^6.26.0", "babel-jest": "^21.2.0", "babel-loader": "^7.1.2", "babel-polyfill": "^6.26.0", "babel-preset-env": "^1.6.0", "babel-preset-es2015": "^6.24.1", "webpack": "^3.7.1" } }