synctasks
Version:
An explicitly non-A+ Promise library that resolves promises synchronously
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "synctasks",
"version": "0.3.3",
"description": "An explicitly non-A+ Promise library that resolves promises synchronously",
"author": "David de Regt <David.de.Regt@microsoft.com>",
"scripts": {
"prepare": "tsc",
"test": "mocha dist/tests/SyncTasksTests.js",
"webtest": "webpack",
"build": "npm run tslint && tsc",
"tslint": "tslint --project tsconfig.json -r tslint.json --fix || true"
},
"main": "dist/SyncTasks.js",
"devDependencies": {
"@types/mocha": "2.2.40",
"awesome-typescript-loader": "3.2.1",
"mocha": "^3.1.2",
"tslint": "5.10.0",
"tslint-microsoft-contrib": "5.0.3",
"typescript": "2.8.3",
"webpack": "3.3.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/SyncTasks"
},
"bugs": {
"url": "https://github.com/Microsoft/SyncTasks/issues"
},
"typings": "dist/SyncTasks.d.ts",
"typescript": {
"definition": "dist/SyncTasks.d.ts"
},
"keywords": [
"promises",
"synchronous"
],
"license": "MIT"
}