UNPKG

typescript-dotnet-promises

Version:

A JavaScript friendly, statically typed, A+ Promise library with added features. Part of the TypeScript.NET-Core libraries.

35 lines (34 loc) 879 B
{ "name": "typescript-dotnet-promises", "version": "1.0.4-preview", "license": "MIT", "author": "electricessence <npm@electrified.net>", "description": "A JavaScript friendly, statically typed, A+ Promise library with added features. Part of the TypeScript.NET-Core libraries.", "private": false, "repository": { "type": "git", "url": "https://github.com/electricessence/TypeScript.NET-Core.git" }, "directories": { "lib": "./source" }, "browser": { "child_process": false }, "keywords": [ "JavaScript", "TypeScript", ".NET", "dotnet", "TypeScript.NET", "typescript-dotnet", "Promise", "LazyPromise", "Parallel" ], "dependencies": { "tslib": "^1.9.3", "typescript-dotnet-core": "^1.0.4-preview", "typescript-dotnet-threading": "^1.0.4-preview" } }