UNPKG

lie-ts

Version:

The Smallest & Fastest TS Promise lib.

43 lines (42 loc) 984 B
{ "name": "lie-ts", "version": "4.2.0", "description": "The Smallest & Fastest TS Promise lib.", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ClickSimply/lie-ts.git" }, "bugs": { "url": "https://github.com/ClickSimply/lie-ts/issues" }, "keywords": [ "lie", "promise", "async", "aplus", "typescript", "performance", "promises-a", "promises-aplus", "deferred", "deferreds", "future", "flow control", "dsl", "fluent interface", "setImmediate", "setTimeout" ], "main": "index.js", "scripts": { "build": "bash build.sh" }, "devDependencies": { "@types/node": "^7.0.8", "ts-loader": "^2.0.2", "typescript": "^2.2.1", "webpack": "^2.2.1" }, "dependencies": {} }