{ "name": "chainable-tasks", "version": "1.0.2", "description": "Like native JavaScript promises, this library is designed to work with a large number of chained asynchronous requests involved with business rules and data return in a simple way.", "main": "dist/index.min.js", "scripts": { "build": "tsc --project src -pretty" }, "repository": { "type": "git", "url": "git+https://github.com/lordazzi/chainable-tasks.git" }, "keywords": [ "chained", "chainable", "asynchronous", "promises", "multiple", "task", "tasks", "js", "ts", "typescript", "javascript", "simple" ], "author": "Ricardo Azzi Silva <ricardoazzi91@hotmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/lordazzi/chainable-tasks/issues" }, "homepage": "https://github.com/lordazzi/chainable-tasks#readme", "devDependencies": { "typescript": "2.5.3" } }