{ "name": "async-file", "version": "2.0.2", "description": "Adapts the Node.js File System API (fs) for use with TypeScript async/await", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/davetemplin/async-file.git" }, "keywords": [ "async", "await", "typescript", "promise", "promisify", "file", "fs" ], "author": { "name": "Dave Templin", "email": "davetemplin@hotmail.com", "url": "https://github.com/davetemplin/" }, "license": "MIT", "bugs": { "url": "https://github.com/davetemplin/async-file/issues" }, "homepage": "https://github.com/davetemplin/async-file#readme", "devDependencies": { "chai": "^3.4.1", "mocha": "^2.3.4" }, "dependencies": { "rimraf": "^2.5.2" } }